Tag: Double and Triple equals operator in PHP

Double and Triple equals operator in PHP

Have you been given a piece of code to maintain that has single, double and triple equal operators in it? What’s the difference? Single Equals A single equal sign in PHP is an assignment operator. It assigns the value of the right side to the variable on the left side. For example: $name = “jon”; …

Continue reading

Permanent link to this article: https://blog.openshell.in/2011/04/double-and-triple-equals-operator-in-php/