|
XRL
latest
Simple XML-RPC Library (both client and server)
|
A class that formats messages before sending them to a stream. More...
Public Member Functions | |
| __construct ($stream) | |
| write ($format) | |
Protected Attributes | |
| $stream | |
| Stream to send the messages to. | |
A class that formats messages before sending them to a stream.
Definition at line 21 of file Output.php.
| fpoirotte\XRL\Output::__construct | ( | $stream | ) |
Create a new outputter.
| resource | $stream | The PHP stream this outputter will write to. |
Definition at line 33 of file Output.php.
References fpoirotte\XRL\Output\$stream.
| fpoirotte\XRL\Output::write | ( | $format | ) |
Write some message to the stream, in a printf() fashion.
| string | $format | A format string to use to send the message. |
Definition at line 59 of file Output.php.