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

(PHP 5 >= 5.2.0, PHP 7) Sort entries using a "natural order" algorithm

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

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

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

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

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

(PHP 5 >= 5.1.0, PHP 7) Gets the behavior flags.

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

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

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

(PHP 5 >= 5.0.0, PHP 7) Appends the value

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

(PHP 5 >= 5.2.0, PHP 7) Sort the entries with a user-defined comparison function and maintain key association

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

(PHP 5 >= 5.1.0, PHP 7) Exchange the array for another one.

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

(PHP 5 >= 5.0.0, PHP 7) Sets the value at the specified index to newval

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

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

2025-01-10 15:47:30