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
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
Returning values
  • References/PHP/Language/Functions

Examples: Use of return

2025-01-10 15:47:30
Error::getLine
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Gets the line in which the error occurred

2025-01-10 15:47:30
ErrorException::__construct
  • References/PHP/Language/Predefined Exceptions/ErrorException

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

2025-01-10 15:47:30
Error::getFile
  • References/PHP/Language/Predefined Exceptions/Error

(No version information available, might only be in Git) Gets the file in which the error occurred

2025-01-10 15:47:30
CURL context options
  • References/PHP/Language/Context options and parameters

CURL context option listing CURL context options are available when the CURL extension was compiled using the

2025-01-10 15:47:30
Scope Resolution Operator (::)
  • References/PHP/Language/Classes and Objects

Examples: :: from outside the class definition The Scope Resolution Operator

2025-01-10 15:47:30
Exception::__toString
  • References/PHP/Language/Predefined Exceptions/Exception

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

2025-01-10 15:47:30
Exception::getPrevious
  • References/PHP/Language/Predefined Exceptions/Exception

(PHP 5 >= 5.3.0, PHP 7) Returns previous Exception

2025-01-10 15:47:30