PHP Class Google\Cloud\Int64

Example: $int64 = new Int64('9223372036854775807');
Datei anzeigen Open project: GoogleCloudPlatform/gcloud-php Class Usage Examples

Public Methods

Method Description
__construct ( string $value )
__toString ( ) Provides a convenient way to access the value.
get ( ) : string Get the value.

Method Details

__construct() public method

public __construct ( string $value )
$value string The 64 bit integer value in string format.

__toString() public method

Provides a convenient way to access the value.
public __toString ( )

get() public method

Example: $value = $int64->get();
public get ( ) : string
return string