DumperInterface
interface DumperInterface
DumperInterface used by Data objects.
Methods
Details
at line line 28
dumpScalar(Cursor $cursor, string $type, string|int|float|bool $value)
Dumps a scalar value.
at line line 38
dumpString(Cursor $cursor, string $str, bool $bin, int $cut)
Dumps a string.
at line line 48
enterHash(Cursor $cursor, int $type, string $class, bool $hasChild)
Dumps while entering an hash.
at line line 59
leaveHash(Cursor $cursor, int $type, string $class, bool $hasChild, int $cut)
Dumps while leaving an hash.