Basic assignment in PHP
Basic assignment in PHP is done via equal sign. Variable to the left of equal sign will be assigned the result of operation on the right side.
It can be not only mathematical operation, but a string or Boolean operation.
Basic assignment in PHP is done via equal sign. Variable to the left of equal sign will be assigned the result of operation on the right side.
It can be not only mathematical operation, but a string or Boolean operation.
Comments
Post a Comment