����һ���ĵ�

�����������ܲ��뼯�ϵ�������ṹ�� һ���"�ĵ�"�ṹ������������

<?php
$doc 
= array(
    
"name" => "MongoDB",
    
"type" => "database",
    
"count" => 1,
    
"info" => (object)array( "x" => 203"y" => 102),
    
"versions" => array("0.9.7""0.9.8""0.9.9")
);
?>

ע�⣺�����Ƕ�����顢����������ѹ������鱣��Ϊ js���󣬴�0��ʼ�����������±����鱣��Ϊ js���飬����0��ʼ���м�ϵģ���0,1,4,5�����鱣��Ϊ js���� ��ע������ֻ�д�0��ʼ�����������±����鱣��Ϊ���飬�����������;�Ϊ����

Ҫ��������ĵ���ʹ�� MongoCollection::insert() ������

<?php
$connection 
= new MongoClient();
$collection $connection->database->collectionName;

$collection->insert$doc );
?>

�μ�

MongoCollection::insert() �������ĵ����жԲ������ݵ���ϸ˵����