Mongo
PHP Manual

Mongo::lastError

(No version information available, might only be in SVN)

Mongo::lastErrorCheck if there was an error on the most recent db operation performed [deprecated]

Beschreibung

public array Mongo::lastError ( void )

Use MongoDB::lastError() instead.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the error, if there was one, or NULL.


Mongo
PHP Manual