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

(PHP 5 >= 5.4.0, PHP 7) Duplicates a closure with a specific 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
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
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::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
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
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::getReturn
  • References/PHP/Language/Predefined Interfaces and Classes/Generator

(PHP 7) Get the return value of a generator public

2025-01-10 15:47:30