Mega Code Archive

 
Categories / Php / Operator
 

Using the autodecrement operator

<?php $counter=1; $counter--; echo $counter ?>