PHP Velho Oeste 2024

MongoCursor::current

(PECL mongo >=0.9.0)

MongoCursor::current現在の要素を返す

説明

public MongoCursor::current ( void ) : array

MongoCursor::next() がコールされるまでは、これは NULL を返します。

パラメータ

この関数にはパラメータはありません。

返り値

現在の結果を連想配列で返します。 結果がない場合は NULL を返します。

参考

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top