Type Operators
  • References/PHP/Language/Operators

Examples: Using instanceof with classes instanceof is used to determine

2025-01-10 15:47:30
while
  • References/PHP/Language/Control Structures

(PHP 4, PHP 5, PHP 7) Examples:

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

(PHP 4, PHP 5, PHP 7) Checks whether a given named constant exists

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

Examples: PHP does not require (or support) explicit type definition in variable declaration; a variable's type

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

MongoDB context option listing Context options for mongodb:// transports.

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

(No version information available, might only be in Git) Returns previous Throwable

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

(PHP 5 >= 5.5.0, PHP 7) Rewind the iterator

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

Examples: Property declaration Class properties must be defined as public, private

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
Exception::getFile
  • References/PHP/Language/Predefined Exceptions/Exception

(PHP 5 >= 5.1.0, PHP 7) Gets the file in which the exception occurred

2025-01-10 15:47:30