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