| 
 | SplObjectStorage::removeAllRemoves objects contained in another storage from the current storage Description
   public void SplObjectStorage::removeAll
    ( SplObjectStorage  $storage)Removes objects contained in another storage from the current storage. Parameters
 
 Return ValuesNo value is returned. Examples
 Example #1 SplObjectStorage::removeAll example 
<?phpThe above example will output something similar to: int(2) int(1) See Also
 
 |