DumperInterface
DumperInterface
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 $typ
|