如何用PHP编写Mongo Geospatial查询?

时间:2016-12-14 12:55:18

标签: mongodb php-mongodb

我有一个地理空间查询像Follwing Query ..这个查询返回4条记录..我想在PHP中进行框架跟踪查询

db.master.find({ location:
   { $geoWithin:
      { $centerSphere: [ [ 94.60867254, 27.54018825 ], 10 / 6378.1 ] } } })

如何在php中查询上面的查询?得到结果?

1 个答案:

答案 0 :(得分:0)

您应该查看PHP herehere

的Mongo文档