About 11,800,000 results
Open links in new tab
  1. syntax - What does "->" or "=>" mean in PHP? - Stack Overflow

    Jun 2, 2024 · 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 …

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

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

    Elvis ?: returns the first argument if it contains a "true-ish" value (see which values are considered loosely equal to true in the first line of the Loose comparisons with == table).

  4. What does the .= operator mean in PHP? - Stack Overflow

    In very plain language, what happens is that whatever is stored in each variable is converted to a string and then each string is placed into a final variable that includes each value of each …

  5. What's the difference between :: (double colon) and -> (arrow) in …

    Jul 4, 2010 · The difference between static and instantiated methods and properties seem to be one of the biggest obstacles to those just starting out with OOP PHP in PHP 5. The double …

  6. What does $$ (dollar dollar or double dollar) mean in PHP?

    PHP Collective See more. This question is in a collective: a subcommunity defined by tags with relevant ...

  7. syntax - What does '<?=' mean in PHP? - Stack Overflow

    Anyway as of today I hope you guys doesn't have any production servers running PHP < 5.6 as this versions are not maintained anymore (PHP Supported Versions). – TwystO Commented …

  8. PHP server on local machine? - Stack Overflow

    Nov 5, 2009 · php -S was only added in php 5.4 which was released in 2012. So when I wrote my answer in 2009, there was no such option. So when I wrote my answer in 2009, there was no …

  9. Using AND/OR in if else PHP statement - Stack Overflow

    Dec 10, 2010 · In php both AND, && and OR, || will work in the same way. If you are new in programming and php is one of your first languages them i suggest using AND and OR, …

  10. How do I send a POST request with PHP? - Stack Overflow

    Apr 13, 2011 · The OP wants thier php script to construct a set of POST parameters and send them to another php page and for their script to receive the output from that page . This …

Refresh