About 10,400,000 results
Open links in new tab
  1. PHP short-ternary ("Elvis") operator vs null coalescing operator

    594 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 even …

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

    26 Since it wouldn't add any value to repeat that it means echo, I thought you'd like to see what means in PHP exactly:

  3. What is the use of the @ symbol in PHP? - Stack Overflow

    Jun 23, 2009 · I have seen uses of @ in front of certain functions, like the following: $fileHandle = @fopen($fileName, $writeAttributes); What is the use of this symbol?

  4. What does "=>" mean in PHP? - Stack Overflow

    5 Arrays in PHP are associative arrays (otherwise known as dictionaries or hashes) by default. If you don't explicitly assign a key to a value, the interpreter will silently do that for you.

  5. What is the .= (dot equals) operator in PHP? - Stack Overflow

    Reference Guide: What does this symbol mean in PHP? (PHP Syntax) (24 answers) Closed 10 years ago. What does the following line mean, particularly the operator .=?

  6. Start learning PHP — Useful resources for beginners and advanced

    Oct 28, 2023 · Start learning PHP — Useful resources for beginners and advanced! If you're wondering where to start from learning the PHP language or needing some more knowledge to deep dive into …

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

  8. What does ${ } mean in PHP syntax? - Stack Overflow

    Jun 5, 2013 · ${ } (dollar sign curly bracket) is known as Simple syntax. It provides a way to embed a variable, an array value, or an object property in a string with a minimum of effort. If a dollar sign ($) …

  9. ?: operator (the 'Elvis operator') in PHP - Stack Overflow

    Jan 3, 2010 · And that's make the Elvis operator kinda useless in PHP imo. The Elvis operator evaluate an expression and if it's true, it returns it else it return the last part.

  10. Newest 'php' Questions - Stack Overflow

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