About 193,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: Introduction - Manual

    Aug 4, 2016 · PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and …

  4. PHP: Getting Started - Manual

    Getting Started ¶ Introduction — What is PHP and what can it do? A simple tutorial Your first PHP-enabled page Something Useful Dealing with Forms What's next?

  5. PHP For Windows: Binaries and sources Releases

    PHP 8.2 (8.2.30) Download source code [26.53MB] Download tests package (phpt) [15.89MB]

  6. PHP: Language Reference - Manual

    Aug 4, 2016 · Errors Basics Errors in PHP 7 Exceptions Extending Exceptions Fibers Generators Generators overview Generator syntax Comparing generators with Iterator objects Attributes …

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

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

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