MongoDB\BSON\Document::offsetUnset
(mongodb >=1.17.0)
MongoDB\BSON\Document::offsetUnset — Implementation of ArrayAccess
Description
final public function MongoDB\BSON\Document::offsetUnset(
mixed $key):
void
Unsets the value at the specified index.
Parameters
key
-
The index being unset.
Return Values
No value is returned.