HI Guys i am trying to increase a variable value whenever a function is called ... <?php function test() { static $a = 0; echo $a; $a++; } ?>.
確定! 回上一頁