PHP » GoLang |
login |
register |
about
|
GoLang SplObjectStorage::contains
request it (377)
GoLang replacement for PHP's SplObjectStorage::contains
[edit | history]
PHP SplObjectStorage::containsPHP original manual for SplObjectStorage::contains [ show | php.net ]SplObjectStorage::contains(PHP 5 >= 5.1.0, PHP 7) SplObjectStorage::contains — Checks if the storage contains a specific object Description
public bool SplObjectStorage::contains
( object
$object
)Checks if the storage contains the object provided. Return Values
Returns Examples
Example #1 SplObjectStorage::contains() example
<?php The above example will output something similar to: bool(true) bool(false) |
more
Recently updated
more
Most requested
more
Last requests
|