Changes

Jump to: navigation, search

PHP Operators

1 byte added, 15:00, 30 May 2007
PHP Assignment Operators
The ''assignment operator'' is used to assign a value to a variable and is represented by the equals (=) sign. The assignment operator can also be combined with arithmetic operators to combine an assignment with a mathemtatical operation (for example to multiple one value by another and assigning the result to the variable).
The following table lists the seven assignmet assignment operators available in PHP, together with descriptions and examples of their use:
<table border="1" cellspacing="0">

Navigation menu