(mongodb >=1.0.0)
MongoDB\BSON\ObjectId::__toString — Returns the hexidecimal representation of this ObjectId
锟剿猴拷锟斤拷没锟叫诧拷锟斤拷锟斤拷
Returns the hexidecimal representation of this ObjectId.
Example #1 MongoDB\BSON\ObjectId::__toString() example
<?php
var_dump((string) new MongoDB\BSON\ObjectId());
var_dump((string) new MongoDB\BSON\ObjectId('000000000000000000000001'));
?>
锟斤拷锟斤拷锟斤拷锟教碉拷锟斤拷锟斤拷锟斤拷锟斤拷冢锟�
string(24) "56731b49da14d8747d701211" string(24) "000000000000000000000001"