|
SplObjectStorage::offsetExistsChecks whether an object exists in the storage Beschreibung
public bool SplObjectStorage::offsetExists
( object
$object
)Checks whether an object exists in the storage.
Parameter-Liste
Rückgabewerte
Returns Beispiele
Beispiel #1 SplObjectStorage::offsetExists example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: bool(true) bool(false) Siehe auch
|