|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| attach (object $object, mixed $info=null) | |
| detach (object $object) | |
| contains (object $object) | |
| addAll (SplObjectStorage $storage) | |
| removeAll (SplObjectStorage $storage) | |
| removeAllExcept (SplObjectStorage $storage) | |
| getInfo () | |
| setInfo (mixed $info) | |
| count (int $mode=COUNT_NORMAL) | |
| rewind () | |
| valid () | |
| key () | |
| current () | |
| next () | |
| seek (int $offset) | |
| unserialize (string $data) | |
| serialize () | |
| offsetExists ($object) | |
| offsetGet ($object) | |
| offsetSet ($object, mixed $info=null) | |
| offsetUnset ($object) | |
| getHash (object $object) | |
| __serialize () | |
| __unserialize (array $data) | |
| __debugInfo () | |
Public Member Functions inherited from Countable | |
| count () | |
Public Member Functions inherited from ArrayAccess | |
| offsetExists (mixed $offset) | |
| offsetGet (mixed $offset) | |
| offsetSet (mixed $offset, mixed $value) | |
| offsetUnset (mixed $offset) | |
Definition at line 23 of file spl_observer.stub.php.
| SplObjectStorage::__debugInfo | ( | ) |
@tentative-return-type
Definition at line 113 of file spl_observer.stub.php.
| SplObjectStorage::__serialize | ( | ) |
@tentative-return-type
Definition at line 107 of file spl_observer.stub.php.
| SplObjectStorage::__unserialize | ( | array | $data | ) |
@tentative-return-type
Definition at line 110 of file spl_observer.stub.php.
| SplObjectStorage::addAll | ( | SplObjectStorage | $storage | ) |
@tentative-return-type
Definition at line 35 of file spl_observer.stub.php.
| SplObjectStorage::attach | ( | object | $object, |
| mixed | $info = null ) |
@tentative-return-type
Definition at line 26 of file spl_observer.stub.php.
| SplObjectStorage::contains | ( | object | $object | ) |
@tentative-return-type
Definition at line 32 of file spl_observer.stub.php.
| SplObjectStorage::count | ( | int | $mode = COUNT_NORMAL | ) |
@tentative-return-type
Definition at line 50 of file spl_observer.stub.php.
| SplObjectStorage::current | ( | ) |
| SplObjectStorage::detach | ( | object | $object | ) |
@tentative-return-type
Definition at line 29 of file spl_observer.stub.php.
| SplObjectStorage::getHash | ( | object | $object | ) |
@tentative-return-type
Definition at line 104 of file spl_observer.stub.php.
| SplObjectStorage::getInfo | ( | ) |
@tentative-return-type
Definition at line 44 of file spl_observer.stub.php.
| SplObjectStorage::key | ( | ) |
| SplObjectStorage::next | ( | ) |
| SplObjectStorage::offsetExists | ( | $object | ) |
| object | $object | @tentative-return-type @implementation-alias SplObjectStorage\contains @no-verify Cannot specify arg type because ArrayAccess does not |
Definition at line 81 of file spl_observer.stub.php.
| SplObjectStorage::offsetGet | ( | $object | ) |
| object | $object | @tentative-return-type |
Definition at line 87 of file spl_observer.stub.php.
| SplObjectStorage::offsetSet | ( | $object, | |
| mixed | $info = null ) |
| object | $object | @tentative-return-type @implementation-alias SplObjectStorage\attach |
Definition at line 94 of file spl_observer.stub.php.
| SplObjectStorage::offsetUnset | ( | $object | ) |
| object | $object | @tentative-return-type @implementation-alias SplObjectStorage\detach |
Definition at line 101 of file spl_observer.stub.php.
| SplObjectStorage::removeAll | ( | SplObjectStorage | $storage | ) |
@tentative-return-type
Definition at line 38 of file spl_observer.stub.php.
| SplObjectStorage::removeAllExcept | ( | SplObjectStorage | $storage | ) |
@tentative-return-type
Definition at line 41 of file spl_observer.stub.php.
| SplObjectStorage::rewind | ( | ) |
| SplObjectStorage::seek | ( | int | $offset | ) |
@tentative-return-type
Implements SeekableIterator.
Definition at line 67 of file spl_observer.stub.php.
| SplObjectStorage::serialize | ( | ) |
@tentative-return-type
Implements Serializable.
Definition at line 73 of file spl_observer.stub.php.
| SplObjectStorage::setInfo | ( | mixed | $info | ) |
@tentative-return-type
Definition at line 47 of file spl_observer.stub.php.
| SplObjectStorage::unserialize | ( | string | $data | ) |
@tentative-return-type
Implements Serializable.
Definition at line 70 of file spl_observer.stub.php.
| SplObjectStorage::valid | ( | ) |