$m=new MongoClient("mongodb://root:root@localhost:8888/admin"); ... $data=$db->php->find()->sort(array('age'=>1)); foreach($data as $v){ ...
確定! 回上一頁