MongoDB\Driver\WriteError::getIndexReturns the index of the write operation corresponding to this WriteError Beschreibung
final public int MongoDB\Driver\WriteError::getIndex
( void
)
Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the index of the write operation (from MongoDB\Driver\BulkWrite) corresponding to this WriteError. Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\Driver\WriteError::getIndex example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(1) Siehe auch
|