메소드 |
설명 |
|
__construct ( $data, array $opts = [] ) |
|
|
__toString ( ) |
|
|
binary ( ) : boolean |
If literal output, is the data binary? |
|
escape ( ) |
|
|
escapeStream ( ) : resource |
Return the escaped string as a stream. |
|
forceBinary ( ) |
Force item to be output as a binary literal. |
|
forceLiteral ( ) |
Force item to be output as a literal. |
|
forceQuoted ( ) |
Force item to be output quoted. |
|
getStream ( ) : Horde_Stream |
Return the contents of the string as a stream object. |
|
length ( ) : integer |
Return the length of the data. |
|
literal ( ) : boolean |
Does this data item require literal string output? |
|
quoted ( ) : boolean |
Does this data item require quoted string output? |
|