MongoGridFSCursor
PHP Manual

MongoGridFSCursor::key

(PECL mongo >=0.9.0)

MongoGridFSCursor::keyReturns the current result's filename

Opis

public string MongoGridFSCursor::key ( void )

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

The current result's _id as a string.

Rejestr zmian

Wersja Opis
1.3.0 The document's _id is returned as a string value, since the key should be unique. Pre-1.3.0, filename was returned.


MongoGridFSCursor
PHP Manual