About 681,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

    Aug 4, 2016 · 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 8.3.0 Release Announcement

    Aug 4, 2016 · 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 …

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

  5. PHP: The Basics - Manual

    First, think of variables in PHP as data slots. Each one is a name that points to a data slot that can hold a value that is one of the basic data types: a number, a string, a boolean, etc.

  6. PHP: Arrow Functions - Manual

    Aug 4, 2016 · 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 …

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

  8. PHP: Your first PHP-enabled page - Manual

    This program is extremely simple and you really did not need to use PHP to create a page like this. All it does is display: Hello World using the PHP echo statement.

  9. PHP: PHP 8.2.0 Release Announcement

    PHP 8.2 is a major update of the PHP language. It contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties, …

  10. PHP 8 ChangeLog

    Nov 26, 2020 · If JIT is enabled, PHP will now exit with a fatal error on startup in case of JIT startup initialization issues. Increased the maximum value of opcache.interned_strings_buffer …