This example shows how to create a new id. This is seldom necessary, as the
driver adds an id to arrays automatically before storing them in the
database.
<?php
$id1 = new MongoId();
echo "$id1\n";
$id2 = new MongoId();
echo "$id2\n";
?>
Результатом выполнения данного примера
будет что-то подобное:
49a7011a05c677b9a916612a
49a702d5450046d3d515d10d