MongoDB\BSON\Int64::__toStringReturns the string representation of this Int64 Description
final public string MongoDB\BSON\Int64::__toString()
ParametersThis function has no parameters. Return ValuesReturns the string representation of this Int64. ExamplesExample #1 MongoDB\BSON\Int64::__toString example
The above example will output something similar to: string(19) "9223372036854775807" See Also |