About 59 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. Documentation - PHP

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

  4. 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 randomness …

  5. 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 general …

  6. PHP: Logic - Manual

    <?php // -------------------- // foo() will never get called as those operators are short-circuit $a = (false && foo()); $b = (true || foo()); $c = (false and foo()); $d = (true or foo()); // -------------------- // "||" has a …

  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 pages.

  8. PHP: Installation and Configuration - Manual

    Compiling PHP on macOS Using the bundled PHP prior to macOS Monterey Installation on Windows systems Recommended configuration on Windows systems Manual installation of pre-built binaries …

  9. PHP: PHP 8.5 Release Announcement

    Nov 20, 2025 · PHP 8.5 is a major update of the PHP language, with new features including the URI Extension, Pipe Operator, and support for modifying properties while cloning.

  10. PHP 8.3.29 Release Announcement

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