Google Cloud PHP shared dependency, providing functionality useful to all components. Client - Class Int64 (1.62.3) (original) (raw)
Google Cloud PHP shared dependency, providing functionality useful to all components. Client - Class Int64 (1.62.3)
Reference documentation and code samples for the Google Cloud PHP shared dependency, providing functionality useful to all components. Client class Int64.
Represents a 64 bit integer. This can be useful when working on a 32 bit platform.
Example:
$int64 = new Int64('9223372036854775807');
Namespace
Google \ Cloud \ Core
Methods
__construct
Parameter | |
---|---|
Name | Description |
value | string The 64 bit integer value in string format. |
get
Get the value.
Example:
Returns | |
---|---|
Type | Description |
string |
__toString
Provides a convenient way to access the value.
jsonSerialize
Implement JsonSerializable by returning the 64 bit integer as a string
Returns | |
---|---|
Type | Description |
string |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.