(PHP 5, PHP 7)
ArrayObject::offsetUnset
  • References/PHP/Function/SPL/SPL/ArrayObject

(PHP 5 >= 5.0.0, PHP 7) Unsets the value at the specified index

2025-01-10 15:47:30
ArrayObject::count
  • References/PHP/Function/SPL/SPL/ArrayObject

(PHP 5 >= 5.0.0, PHP 7) Get the number of public properties in the ArrayObject

2025-01-10 15:47:30
ArrayObject::getArrayCopy
  • References/PHP/Function/SPL/SPL/ArrayObject

(PHP 5 >= 5.0.0, PHP 7) Creates a copy of the ArrayObject.

2025-01-10 15:47:30
ArrayObject::offsetExists
  • References/PHP/Function/SPL/SPL/ArrayObject

(PHP 5 >= 5.0.0, PHP 7) Returns whether the requested index exists

2025-01-10 15:47:30
ArrayObject::getIterator
  • References/PHP/Function/SPL/SPL/ArrayObject

(PHP 5 >= 5.0.0, PHP 7) Create a new iterator from an ArrayObject instance

2025-01-10 15:47:30
ArrayObject::ksort
  • References/PHP/Function/SPL/SPL/ArrayObject

(PHP 5 >= 5.2.0, PHP 7) Sort the entries by key

2025-01-10 15:47:30
ArrayObject::uksort
  • References/PHP/Function/SPL/SPL/ArrayObject

(PHP 5 >= 5.2.0, PHP 7) Sort the entries by keys using a user-defined comparison function

2025-01-10 15:47:30
ArrayObject::setIteratorClass
  • References/PHP/Function/SPL/SPL/ArrayObject

(PHP 5 >= 5.1.0, PHP 7) Sets the iterator classname for the ArrayObject.

2025-01-10 15:47:30
ArrayObject::__construct
  • References/PHP/Function/SPL/SPL/ArrayObject

(PHP 5 >= 5.0.0, PHP 7) Construct a new array object

2025-01-10 15:47:30
ArrayObject::unserialize
  • References/PHP/Function/SPL/SPL/ArrayObject

(PHP 5 >= 5.3.0, PHP 7) Unserialize an ArrayObject

2025-01-10 15:47:30