| 
 | SplObjectStorage::offsetUnsetRemoves an object from the storage Description
   public void SplObjectStorage::offsetUnset
    ( object  $object)Removes an object from the storage. 
 Parameters
 
 Return ValuesNo value is returned. Examples
 Example #1 SplObjectStorage::offsetUnset example 
<?phpThe above example will output something similar to: int(1) int(0) See Also
 
 |