PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

apache_response_headers> <apache_request_headers
Last updated: Fri, 15 Aug 2008

view this page in

apache_reset_timeout

(PHP 5 >= 5.1.0)

apache_reset_timeoutApache の書き込みタイマーをリセットする

説明

bool apache_reset_timeout ( void )

apache_reset_timeout() は Apache の書き込みタイマーをリセットします。デフォルトは 300 秒です。 set_time_limit(0); ignore_user_abort(true) と定期的な apache_reset_timeout() をコールすることで、 理論的に Apache を永遠に実行することができます。

この関数は Apache 1 を必要とします。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

注意

注意: この関数は、PHP が safe-mode で動作している場合は無効となります。



add a note add a note User Contributed Notes
apache_reset_timeout
There are no user contributed notes for this page.

apache_response_headers> <apache_request_headers
Last updated: Fri, 15 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites