SplObjectStorage::count
  • References/PHP/Function/SPL/SPL/SplObjectStorage

(PHP 5 >= 5.1.0, PHP 7) Returns the number of objects in the storage

2025-01-10 15:47:30
SplObjectStorage::contains
  • References/PHP/Function/SPL/SPL/SplObjectStorage

(PHP 5 >= 5.1.0, PHP 7) Checks if the storage contains a specific object

2025-01-10 15:47:30
SplObjectStorage::attach
  • References/PHP/Function/SPL/SPL/SplObjectStorage

(PHP 5 >= 5.1.0, PHP 7) Adds an object in the storage

2025-01-10 15:47:30
SplObjectStorage::current
  • References/PHP/Function/SPL/SPL/SplObjectStorage

(PHP 5 >= 5.1.0, PHP 7) Returns the current storage entry

2025-01-10 15:47:30
SplObjectStorage::detach
  • References/PHP/Function/SPL/SPL/SplObjectStorage

(PHP 5 >= 5.1.0, PHP 7) Removes an

2025-01-10 15:47:30
SplObjectStorage::removeAll
  • References/PHP/Function/SPL/SPL/SplObjectStorage

(PHP 5 >= 5.3.0, PHP 7) Removes objects contained in another storage from the current storage

2025-01-10 15:47:30
SplObjectStorage::rewind
  • References/PHP/Function/SPL/SPL/SplObjectStorage

(PHP 5 >= 5.1.0, PHP 7) Rewind the iterator to the first storage element

2025-01-10 15:47:30
SplObjectStorage::offsetSet
  • References/PHP/Function/SPL/SPL/SplObjectStorage

(PHP 5 >= 5.3.0, PHP 7) Associates data to an object in the storage

2025-01-10 15:47:30
SplObjectStorage::key
  • References/PHP/Function/SPL/SPL/SplObjectStorage

(PHP 5 >= 5.1.0, PHP 7) Returns the index at which the iterator currently is

2025-01-10 15:47:30
SplObjectStorage::next
  • References/PHP/Function/SPL/SPL/SplObjectStorage

(PHP 5 >= 5.1.0, PHP 7) Move to the next entry

2025-01-10 15:47:30