interface DumperInterface
DumperInterface used by Data objects.
Methods
dumpScalar(Cursor $cursor, string $type, scalar $value) Dumps a scalar value. | ||
dumpString(Cursor $cursor, string $str, bool $bin, int $cut) Dumps a string. | ||
enterHash(Cursor $cursor, int $type, string $class, bool $hasChild) Dumps while entering an hash. | ||
leaveHash(Cursor $cursor, int $type, string $class, bool $hasChild, int $cut) Dumps while leaving an hash. |
Details
dumpScalar(Cursor $cursor, string $type, scalar $value)
Dumps a scalar value.
dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
Dumps a string.
enterHash(Cursor $cursor, int $type, string $class, bool $hasChild)
Dumps while entering an hash.
leaveHash(Cursor $cursor, int $type, string $class, bool $hasChild, int $cut)
Dumps while leaving an hash.
Please login to continue.