|
SplObjectStorage::addAllAdds all objects from another storage Description
public int SplObjectStorage::addAll(SplObjectStorage
$storage )Adds all objects-data pairs from a different storage in the current storage. Parameters
Return ValuesThe number of objects in the storage. Examples
Example #1 SplObjectStorage::addAll example
The above example will output something similar to: hello See Also
|