Declaring sub-namespaces
  • References/PHP/Language/Namespaces

(PHP 5 >= 5.3.0, PHP 7) Examples:

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
expect://
  • References/PHP/Language/Supported Protocols and Wrappers

Process Interaction Streams Streams opened via the expect:// wrapper provide access

2025-01-10 15:47:30
time_sleep_until
  • References/PHP/Language/Misc.

(PHP 5 >= 5.1.0, PHP 7) Make the script sleep until the specified time

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

(PHP 7) Gets the stack trace abstract public

2025-01-10 15:47:30
Arithmetic Operators
  • References/PHP/Language/Operators

Examples: The division operator ("/") returns a float value unless the two operands are integers (or strings that

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

(No version information available, might only be in Git) Clone the error

2025-01-10 15:47:30
ftp://
  • References/PHP/Language/Supported Protocols and Wrappers

Accessing FTP(s) URLs Allows read access to existing files and creation of new files via FTP. If the server

2025-01-10 15:47:30
Error Control Operators
  • References/PHP/Language/Operators

Examples: PHP supports one error control operator: the at sign (@). When prepended to an expression in PHP, any

2025-01-10 15:47:30
Arrays
  • References/PHP/Language/Types

Examples: A simple array The comma after the last array element is optional and

2025-01-10 15:47:30