PHP: What is the result of $a+++$a++;

前端 未结 0 725
醉话见心
醉话见心 2020-12-20 07:04
php > $a = 4;
php > echo $a+++$a++;
php > 9

Could someone help me why to explain why the result is 9 not 8 ? a++ will incremen

相关标签:
回答
  • 消灭零回复
提交回复
热议问题