$startplushowmany=$startfrom+$howmany; //$startplush is 40
$cursor=$cursor->limit($startplushowmany);
$numberReturned=$cursor->count(); //$numberReturned is 45
$ cursorは_toStringを実装していないため、$cursorの内容を表示できません。その方法を教えてください。
これで、$cursorのクエリは次のコマンドで定義されます。$cursor = $ collection-> find($ rangeQuery、$ field);
$rangeQueryは
(string:592) Array
(
[LongitudeLatitude] => Array
(
[$within] => Array
(
[$center] => Array
(
[0] => Array
(
[0] => 106.772835
[1] => -6.186753
)
[1] => 0.044983732050783
)
)
)
[indexContents] => bas
[Prominent] => Array
(
[$gte] => 15
)
)
と
$fieldは
(string:39) Array
(
[LongitudeLatitude] => 1
)