Google\Cloud\BigQuery\BigQueryClient::bytes PHP Метод

bytes() публичный Метод

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.
Результат Bytes
    public function bytes($value)
    {
        return new Bytes($value);
    }