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

(PHP 5 >= 5.0.0, PHP 7) Return the current element

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

(PHP 7) Gets the stack trace as a string abstract

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

(PHP 5 >= 5.0.0, PHP 7) Checks if current position is valid

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

(PHP 5 >= 5.4.0, PHP 7) Duplicates the closure with a new bound object and class scope

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

(PHP 7) Binds and calls the closure public mixed

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
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
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::current
  • References/PHP/Language/Predefined Interfaces and Classes/Generator

(PHP 5 >= 5.5.0, PHP 7) Get the yielded value

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