value = base64_encode($blob); } /** * Convert to string * * @return string */ function __toString() { return "{$value}"; } }