array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'mongodb-bson-iterator.current.php', 1 => 'MongoDB\\BSON\\Iterator::current', 2 => 'Returns the current element', ), 'up' => array ( 0 => 'class.mongodb-bson-iterator.php', 1 => 'MongoDB\\BSON\\Iterator', ), 'prev' => array ( 0 => 'mongodb-bson-iterator.construct.php', 1 => 'MongoDB\\BSON\\Iterator::__construct', ), 'next' => array ( 0 => 'mongodb-bson-iterator.key.php', 1 => 'MongoDB\\BSON\\Iterator::key', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/mongodb/bson/iterator/current.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(mongodb >=1.16.0)
MongoDB\BSON\Iterator::current — Returns the current element
Questa funzione non contiene parametri.
Returns the value of the current element.
Nota: When encountering a value encoded as 64-bit integer in the BSON structure, the return value of this method will be a MongoDB\BSON\Int64 instance.