|
SplObjectStorage::removeAllRemoves objects contained in another storage from the current storage Description
public int SplObjectStorage::removeAll(SplObjectStorage
$storage )Removes objects contained in another storage from the current storage. Parameters
Return ValuesReturns the number of remaining objects. Examples
Example #1 SplObjectStorage::removeAll example
The above example will output something similar to: int(2) int(1) See Also
|