About 720,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: 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).

  4. PHP: PHP Manual - Manual

    1 day 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 …

  5. PHP For Windows: Binaries and sources Releases

    PHP 8.1 (8.1.33) Download source code [25.74MB] Download tests package (phpt) [15.43MB]

  6. Documentation - PHP

    The PHP 4 and PHP 5 documentation has been removed from the manual, but archived versions still exist. For more information, please read Documentation for PHP 4 and Documentation for …

  7. PHP: A simple tutorial - Manual

    Here we would like to show the very basics of PHP in a short, simple tutorial. This text only deals with dynamic web page creation with PHP, though PHP is not only capable of creating web …

  8. PHP: Language Reference - Manual

    Language Reference ¶ Basic syntax PHP tags Escaping from HTML Instruction separation Comments Types Introduction Type System NULL Booleans Integers Floating point numbers …

  9. 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 …

  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.) Example #1 Logical …