Throwable::getFile
  • References/PHP/Language/Predefined Interfaces and Classes/Throwable

(PHP 7) Gets the file in which the exception occurred

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

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

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

(PHP 5 >= 5.5.0, PHP 7) Throw an exception into the generator

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

(PHP 5 >= 5.5.0, PHP 7) Resume execution of the generator

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

(PHP 5 >= 5.1.0, PHP 7) Constructs the object

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

(PHP 5 >= 5.0.0, PHP 7) Offset to retrieve

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

(PHP 5 >= 5.0.0, PHP 7) Rewind the Iterator to the first element

2025-01-10 15:47:30