<?php set_time_limit(60); ob_start(); function shutdown () { $out = ob_get_clean();echo $out; // echo output if required // do your processing code } ...
確定! 回上一頁