offsetUnset() public method
Sets the element value at the specified offset to null.
This method is required by the SPL interface ArrayAccess. It is implicitly called when you use something like unset($model[$offset])
.
public void offsetUnset ( $offset ) | ||
---|---|---|
$offset | mixed |
The offset to unset element |
Please login to continue.