PHP 클래스 Google\Cloud\BigQuery\Bytes

Example: use Google\Cloud\ServiceBuilder; $cloud = new ServiceBuilder(); $bigQuery = $cloud->bigQuery(); $bytes = $bigQuery->bytes('hello world');
상속: implements Google\Cloud\BigQuery\ValueInterface
파일 보기 프로젝트 열기: GoogleCloudPlatform/gcloud-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string | resource | Psr\Http\Message\StreamInterface $value )
__toString ( ) : string Format the value as a string.
formatAsString ( ) : string Format the value as a string.
get ( ) : Psr\Http\Message\StreamInterface Get the bytes as a stream.
type ( ) : string Get the type.

메소드 상세

__construct() 공개 메소드

public __construct ( string | resource | Psr\Http\Message\StreamInterface $value )
$value string | resource | Psr\Http\Message\StreamInterface The bytes value.

__toString() 공개 메소드

Format the value as a string.
public __toString ( ) : string
리턴 string

formatAsString() 공개 메소드

Format the value as a string.
public formatAsString ( ) : string
리턴 string

get() 공개 메소드

Get the bytes as a stream.
public get ( ) : Psr\Http\Message\StreamInterface
리턴 Psr\Http\Message\StreamInterface

type() 공개 메소드

Get the type.
public type ( ) : string
리턴 string