Numeric Assignments:
+ add
- minus
* multiply
/ divide
** power
% remainder of
$a++ returns value of a, then increment it by 1
++$a increment value of a, then return it
$a-- returns value of a, then decrement it
--$a decrements value of a, then return it
String:
$a . $b concatenation
$a x $b a is repeated b times
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment