MongoDB\BSON\Int64::__toStringReturns the string representation of this Int64 説明
final public string MongoDB\BSON\Int64::__toString()
パラメータこの関数にはパラメータはありません。 戻り値Returns the string representation of this Int64. 例例1 MongoDB\BSON\Int64::__toString example
上の例の出力は、 たとえば以下のようになります。 string(19) "9223372036854775807" 参考 |