View Single Post
  #41 (permalink)  
Old 05-07-2008, 01:32 AM
senraj senraj is offline
D-Web Master
 
Join Date: Jul 2007
Posts: 418
senraj is on a distinguished road
Post Re: Operations in PHP

Hi,

Increment/decrement operators are unique in the sense that they operate only on variables and not on any value. The reason for this is that in addition to calculating the result value, the value of the variable itself changes as well.

IncrementDecrement Operators.doc
__________________
Regards,
Senraj.A
Reply With Quote
Sponsored Links