data://
  • References/PHP/Language/Supported Protocols and Wrappers

Data (RFC 2397) The data: (

2025-01-10 15:47:30
Final Keyword
  • References/PHP/Language/Classes and Objects

Examples: Final methods example PHP 5 introduces the final keyword, which prevents

2025-01-10 15:47:30
Properties
  • References/PHP/Language/Classes and Objects

Examples: property declarations Class member variables are called "properties"

2025-01-10 15:47:30
Late Static Bindings
  • References/PHP/Language/Classes and Objects

Examples: self:: usage Static references to the current class like self::

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

PHP Archive The phar:// stream wrapper is available since PHP 5.3.0. See Phar stream

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

Examples: Using instanceof with classes instanceof is used to determine

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
$php_errormsg
  • References/PHP/Language/Predefined Variables

(PHP 4, PHP 5, PHP 7) The previous error message

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

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

2025-01-10 15:47:30