About 683,000 results
Open links in new tab
  1. PHP

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.

  2. PHP: Downloads

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.

  3. PHP: PHP Manual - Manual

    2 days ago · Migrating from PHP 7.0.x to PHP 7.1.x Migrating from PHP 5.6.x to PHP 7.0.x Migrating from PHP 5.5.x to PHP 5.6.x Debugging in PHP Configure options php.ini directives …

  4. Documentation - PHP

    PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.

  5. PHP: Operators - Manual

    Operators can be grouped according to the number of values they take. Unary operators take only one value, for example ! (the logical not operator) or ++ (the increment operator).

  6. PHP: Comparison - Manual

    Comparison operators, as their name implies, allow you to compare two values. You may also be interested in viewing the type comparison tables, as they show examples of various type …

  7. PHP: PHP 8.3.0 Release Announcement

    PHP 8.3 is a major update of the PHP language. It contains many new features, such as explicit typing of class constants, deep-cloning of readonly properties and additions to the …

  8. PHP: PHP 8.4 Release Announcement

    PHP 8.4 is a major update of the PHP language. It contains many new features, such as property hooks, asymmetric visibility, an updated DOM API, performance improvements, bug fixes, and …

  9. PHP: Arrow Functions - Manual

    Arrow functions were introduced in PHP 7.4 as a more concise syntax for anonymous functions. Both anonymous functions and arrow functions are implemented using the Closure class.

  10. PHP: Logic - Manual

    Logical Operators ¶ ... The reason for the two different variations of "and" and "or" operators is that they operate at different precedences. (See Operator Precedence.)