PHP » GoLang |
login |
register |
about
|
GoLang SplObjectStorage::offsetExists
request it (405)
GoLang replacement for PHP's SplObjectStorage::offsetExists
[edit | history]
PHP SplObjectStorage::offsetExistsPHP original manual for SplObjectStorage::offsetExists [ show | php.net ]SplObjectStorage::offsetExists(PHP 5 >= 5.3.0, PHP 7) SplObjectStorage::offsetExists — Checks whether an object exists in the storage Description
public bool SplObjectStorage::offsetExists
( object
$object
)Checks whether an object exists in the storage.
Return Values
Returns Examples
Example #1 SplObjectStorage::offsetExists() example
<?php The above example will output something similar to: bool(true) bool(false) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|