++variable?
Hello!
I saw this two times today: PHP Code:
Code:
If the integer_example + 1 == Blablabla |
Re: ++variable?
No, they are not the same.
Code:
y = ++variable + xCode:
variable = variable + 1Code:
y = variable++ + xCode:
y = variable + x |
Re: ++variable?
if ( (variable + 1) == blabla )
|
Re: ++variable?
thank you very much :)
|
| All times are GMT -4. The time now is 07:15. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.