MongoDB ֧�����������Һ����������������������Ҫָ���ֶ����������� ����1������-1�������磺
<?php
$connection = new MongoClient();
$collection = $connection->database->collectionName;
$collection->ensureIndex( array( "i" => 1 ) ); // create index on "i"
$collection->ensureIndex( array( "i" => -1, "j" => 1 ) ); // index on "i" descending, "j" ascending
?>
��������������Խ��Խ���������Զ�ȡ�����о������������㲻�˽����������Բο� MongoCollection::ensureIndex() �ĵ��� MongoDB �� » MongoDB indexing documentation��