Méthode | Description | |
---|---|---|
__construct ( string $string = '' ) | Creates the input stream. | |
append ( string $string ) | Appends a string to the stream. | |
clear ( ) | Clears the contents of the buffer. | |
set ( string $string ) | Sets the string to read from. |
public __construct ( string $string = '' ) | ||
$string | string | The string to read from. |