一道笔试题:
<?php
$count=5;
function get_count(){ static $count=0; return $count++;}echo $count;++$count;echo get_count();echo get_count()[......]
一道笔试题:
<?php
$count=5;
function get_count(){ static $count=0; return $count++;}echo $count;++$count;echo get_count();echo get_count()[......]