Method |
Description |
|
__construct ( BytesIO $stream, $simple = false ) |
|
|
reset ( ) |
|
|
serialize ( $val ) |
|
|
writeArray ( array $array ) |
|
|
writeAssocArray ( array $map ) |
|
|
writeBoolean ( $bool ) |
|
|
writeBytes ( $bytes ) |
|
|
writeBytesIO ( BytesIO $bytes ) |
|
|
writeBytesIOWithRef ( BytesIO $bytes ) |
|
|
writeBytesWithRef ( $bytes ) |
|
|
writeDateTime ( DateTime $datetime ) |
|
|
writeDateTimeWithRef ( DateTime $datetime ) |
|
|
writeDouble ( $double ) |
|
|
writeEmpty ( ) |
|
|
writeInfinity ( $positive = true ) |
|
|
writeInteger ( $int ) |
|
|
writeList ( Traversable $list ) |
|
|
writeListWithRef ( Traversable $list ) |
|
|
writeLong ( $long ) |
|
|
writeMap ( SplObjectStorage $map ) |
|
|
writeMapWithRef ( SplObjectStorage $map ) |
|
|
writeNaN ( ) |
|
|
writeNull ( ) |
|
|
writeObject ( $obj ) |
|
|
writeObjectWithRef ( $obj ) |
|
|
writeStdClass ( stdClass $obj ) |
|
|
writeStdClassWithRef ( stdClass $obj ) |
|
|
writeString ( $str ) |
|
|
writeStringWithRef ( $str ) |
|
|
writeUTF8Char ( $char ) |
|
|