class Blob
A PHP representation of the CQL blob datatype
Implements
Methods
__construct
(string $bytes )
Creates a new bytes array.
Cassandra\Type type
( )The type of this blob.
string bytes
( )Returns bytes as a hex string.
string __toString
( )Returns bytes as a hex string.
string toBinaryString
( )Returns bytes as a binary string.