首页课程Kelas Terobosan Seronok PHPPembolehubah statik bagi fungsi tersuai

Pembolehubah statik bagi fungsi tersuai

目录列表

将下列排序修改正确。

  • static $a = 0;
  • }
  • function test() {
  • $a++;
  • echo $a;
1/1