About 32,100,000 results
Open links in new tab
  1. Newest 'php' Questions - Stack Overflow

    PHP is a widely used, open source, general-purpose, multi-paradigm, dynamically typed and interpreted scripting language designed initially for server-side web development.

  2. Reference Guide: What does this symbol mean in PHP? (PHP Syntax)

    What is this? This is a collection of questions that come up now and then about syntax in PHP. This is also a Community Wiki, so everyone is invited to participate in maintaining this list. This …

  3. php - Difference between require, include, require_once and …

    In modern PHP programming, you mainly use require_once only once to include your autoloader class (composer autoloader often), and it will load all of your classes and functions (functions …

  4. How do the PHP equality (== double equals) and identity

    PHP Double Equals == equality chart: PHP Triple Equals === Equality chart: Source code to create these images: PHP equality charts Guru Meditation Those who wish to keep their …

  5. PHP: How to send HTTP response code? - Stack Overflow

    Jul 15, 2010 · I have a PHP script that needs to make responses with HTTP response codes (status-codes), like HTTP 200 OK, or some 4XX or 5XX code. How can I do this in PHP?

  6. PHP short-ternary ("Elvis") operator vs null coalescing operator

    Can someone explain the differences between ternary operator shorthand (?:) and null coalescing operator (??) in PHP? When do they behave differently and when in the same way (if that …

  7. syntax - What does "->" or "=>" mean in PHP? - Stack Overflow

    Dec 26, 2012 · since PHP 7.4 => operator is also used for the arrow functions, a more concise syntax for anonymous functions. since PHP 8.0 => operator is also used to define hands in the …

  8. PHP - concatenate or directly insert variables in string

    If the variable inside the double quote PHP take time to parse variable. Check out this Single quotes or double quotes for variable concatenation? This is another example Is there a …

  9. How to determine path to php.exe on Windows - Stack Overflow

    This Stack Overflow page provides guidance on locating the path to php.exe on Windows, including default search paths and troubleshooting tips.

  10. php - List of All Locales and Their Short Codes? - Stack Overflow

    I'm looking for a list of all locales and their short codes for a PHP application I am writing. Is there much variation in this data between platforms? Also, if I am developing an international