|
SplObjectStorage::containsChecks if the storage contains a specific object Beschreibung
public bool SplObjectStorage::contains
( object
$object
)Checks if the storage contains the object provided. Parameter-Liste
Rückgabewerte
Returns Beispiele
Beispiel #1 SplObjectStorage::contains example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: bool(true) bool(false) Siehe auch
|