|
SplObjectStorage::removeAllRemoves objects contained in another storage from the current storage Beschreibung
public void SplObjectStorage::removeAll
( SplObjectStorage
$storage
)Removes objects contained in another storage from the current storage. Parameter-Liste
RückgabewerteEs wird kein Wert zurückgegeben. Beispiele
Beispiel #1 SplObjectStorage::removeAll example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(2) int(1) Siehe auch
|