Iterator::next
  • References/PHP/Language/Predefined Interfaces and Classes/Iterator

(PHP 5 >= 5.0.0, PHP 7) Move forward to next element

2025-01-10 15:47:30
Serializable::serialize
  • References/PHP/Language/Predefined Interfaces and Classes/Serializable

(PHP 5 >= 5.1.0, PHP 7) String representation of object

2025-01-10 15:47:30
ArrayAccess::offsetSet
  • References/PHP/Language/Predefined Interfaces and Classes/ArrayAccess

(PHP 5 >= 5.0.0, PHP 7) Assign a value to the specified offset

2025-01-10 15:47:30
Generator::__wakeup
  • References/PHP/Language/Predefined Interfaces and Classes/Generator

(PHP 5 >= 5.5.0, PHP 7) Serialize callback

2025-01-10 15:47:30
Generator::send
  • References/PHP/Language/Predefined Interfaces and Classes/Generator

(PHP 5 >= 5.5.0, PHP 7) Send a value to the generator

2025-01-10 15:47:30
Generator::rewind
  • References/PHP/Language/Predefined Interfaces and Classes/Generator

(PHP 5 >= 5.5.0, PHP 7) Rewind the iterator

2025-01-10 15:47:30
Generator::valid
  • References/PHP/Language/Predefined Interfaces and Classes/Generator

(PHP 5 >= 5.5.0, PHP 7) Check if the iterator has been closed

2025-01-10 15:47:30
ArrayAccess::offsetExists
  • References/PHP/Language/Predefined Interfaces and Classes/ArrayAccess

(PHP 5 >= 5.0.0, PHP 7) Whether an offset exists

2025-01-10 15:47:30
ArrayAccess::offsetUnset
  • References/PHP/Language/Predefined Interfaces and Classes/ArrayAccess

(PHP 5 >= 5.0.0, PHP 7) Unset an offset abstract

2025-01-10 15:47:30
Throwable::getLine
  • References/PHP/Language/Predefined Interfaces and Classes/Throwable

(PHP 7) Gets the line on which the object was instantiated

2025-01-10 15:47:30