Hello 每个人都使用MongoDB的这种方法:
$cursor = $collection->find();
foreach($cursor as $doc) {
// do something....
}
当我使用超过$doc[_id]的代码表示反对,但我需要加以扼杀时,它就会自动消化我的自称财产。
How can I convert it to string automatically. Not like this:
foreach($cursor as $doc) {
$doc[ _id ] = (string)$doc[ _id ];
}