How to understand how return iPP; deeply understands PPi and iPP? Ask for advice

understand iPP and PPi


PPi,PP comes before I and returns directly (item1).
iPP,PP comes after I and returns I directly.


PPi, if it is prepositioned, add 1 first, and then perform the subsequent operation, so add 1 here first, and then perform the return operation, so it will return 1
iPP. For post addition, the current operation will be performed first, and then the plus 1 operation will be performed, so here return first, then + 1, but return in a function will not be performed later, so it is directly returned to I

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37a5e-34479.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37a5e-34479.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?