Reference - What does this symbol mean in PHP?

Jhealberrenz

New Member
What is this?This is a collection of questions that come up every now and then about syntax in PHP. This is also a Community Wiki, so everyone is invited to participate in maintaining this list. Why is this?Stack Overflow does not allow searching for particular characters. As a consequence, many questions about operators and other syntax tokens are not found easily when searching for them. This also makes closing duplicates more difficult. The list below is to help with this issue.The main idea is to have links to existing questions on Stack Overflow, so it's easier for us to reference them, not to copy over content from the PHP Manual.What should I do here?If you have been pointed here by someone because you have asked such a question, please find the particular syntax below. The linked pages to the PHP manual along with the linked questions will likely answer your question then. If so, you are encouraged to upvote the answer. This list is not meant as a substitute to the help others provided.The ListIf your particular token is not listed below, you might find it in the List of Parser Tokens.& Bitwise Operators or ReferencesWhat does it mean to start a PHP function with an ampersand?Understanding PHP's & operatorPHP "&" operatordifference between & and && in PHPWhat does "&" mean here in PHP?what does & mean in this case?What does the & sign mean in PHP?What does this signature mean(&) in PHP?How does "&" operator work in PHP function?What does & in &2 mean in PHP?=& ReferencesReference assignment operator in php =&what do "=&" / "&=" operators in php mean?What do the '&=' and '=&' operators do?
PHP:
What does =& mean in PHP?&= Bitwise Operatorswhat do "=&" / "&=" operators in php mean?What do the '&=' and '=&' operators do? [PHP]&& Logical Operators'AND' vs '&&' as operatordifference between & and && in PHPPHP: Is there a difference between operators AND and && here?PHP - and / or keywords% Arithmetic OperatorsWhat does the percent sign mean in PHP?What is the PHP operator % and how to use it in real world examples?!! Logical OperatorsDouble Not (!!) Operator in PHP@ Error Control OperatorsWhat is the use of @ symbol in php?PHP - 'At' symbol before variable name: @$_POSTPHP functions and @functionsShould I use @ in my PHP code??: Ternary OperatorWhat is ?: in PHP 5.3?What is the PHP ? : operator called and what does it do??: operator PHPWhere can I read about conditionals done with ? and :Using PHP 5.3 ?: operator: Alternative syntax for control structures, Ternary OperatorWhat is this : in php?What does this ":" mean in PHP?:: Scope Resolution Operator, NamespacesWhat do two colons mean in PHP?What's the meaning of the PHP Token Name T_PAAMAYIM_NEKUDOTAYIMIn PHP, whats the difference between :: (double colon) and -> (arrow)?When to use class::function or class->function, is there a preferred method?What exactly is late-static binding in PHP?static::staticFunctionName()Unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting T_NS_Separator-> Classes And ObjectsWhat is the "->" PHP operator called and how do you say it when reading code out loud?where we use object operator "->" in phpIn PHP, whats the difference between :: (double colon) and -> (arrow)?What does this PHP syntax mean: $var1->$var2Absolutely basic PHP question about the "-> " syntax=> ArraysWhat does "=>" mean in PHP?What does '=>' sign in php means?Use of => in PHPWhat does $k => $v in foreach($ex as $k=>$v) mean?^ Bitwise OperatorsHow does the bitwise operator XOR ('^') work?What does ^ mean in PHP?>> Bitwise OperatorsWhat does >> mean in PHP?<< Bitwise OperatorsStrange print behaviour in PHP?<<< Heredoc or NowdocWhat does <<<END mean in PHP?PHP <<<EOBIn PHP, what does "<<<" represent?Using <<<CON in PHPWhat's this kind of syntax in PHP?= Assignment OperatorsThe 3 different equals== Comparison Operatorsphp == vs === operatorHow do the equality (== double equals) and identity (=== triple equals) comparison operators differ?PHP != and == operatorsThe 3 different equals=== Comparison OperatorsWhat does "===" mean?php == vs === operatorHow do the equality (== double equals) and identity (=== triple equals) comparison operators differ?The 3 different equals!== Comparison OperatorsWhat does !== in php mean?Is there a difference between !== and != in PHP?!= Comparison OperatorsPHP != and == operatorsIs there a difference between !== and != in PHP?comparing, !== versus !=What is the difference between <> and !=<> Comparison Operatorsphp operator <>php <> operatorWhat is the difference between <> and !=| Bitwise OperatorsWhat is the difference between the | and || operators?|| Logical OperatorsWhat is the difference between the | and || operators?PHP - and / or keywordsWhat exactly does || mean?The behaviour of the or operator in PHP~ Bitwise OperatorsWhat does this ~ operator mean here?+ Arithmetic Operators, Array Operators+ operator for array in PHP?+= Assignment OperatorsWhat is += used for?++ Incrementing/Decrementing OperatorsUnderstanding IncrementingAnswer below.= Assignment OperatorsWhat is the difference between .= and += in phpTo understand a line of PHPWhat does .= mean in PHP?. String OperatorsDifference between "," and "." in PHP?What does a . (dot) do in PHP?, Function ArgumentsDifference between "," and "." in PHP?$$ Variable VariablesWhat does $$ mean in PHP?what is "$$" in PHP$function() and $$variable` Execution OperatorWhat are the backticks `` called?<?= Short Open TagsWhat does this symbol mean in PHP <?=What does '<?=' mean in PHP?What does <?= mean?[] ArraysPHP : What does mean of []Php array_push() vs myArray[]What does [] mean when reading from a php array?
 
Back
Top