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