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');
Methods
__construct
Parameter
Name
Description
value
string
The 64 bit integer value in string format.
get
Get the value.
Example:
$value = $int64->get();
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]