我想知道是什麼原因,如何以及何時在PHP中使用蜱:什麼是在PHP中使用的蜱?
declare(ticks=1);
// A function called on each tick event
function tick_handler()
{
echo "tick_handler() called\n";
}
register_tick_function('tick_handler');
$a = 1;
if ($a > 0) {
$a += 2;
print($a);
}
可能重複的[在PHP中,什麼是勾號?](http://stackoverflow.com/questions/1629005/in-php-what-is-a-tick) – 2010-09-07 10:30:33