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

int64() public méthode

Example: $int64 = $bigQuery->int64('9223372036854775807');
public int64 ( string $value ) : Int64
$value string
Résultat Google\Cloud\Int64
    public function int64($value)
    {
        return new Int64($value);
    }