Google\Cloud\BigQuery\BigQueryClient::bytes PHP Méthode

bytes() public méthode

Example: $bytes = $bigQuery->bytes('hello world');
public bytes ( string | resource | Psr\Http\Message\StreamInterface $value ) : Bytes
$value string | resource | Psr\Http\Message\StreamInterface The bytes value.
Résultat Bytes
    public function bytes($value)
    {
        return new Bytes($value);
    }