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

search for in the

apache_response_headers> <apache_request_headers
[edit] Last updated: Sat, 07 Jan 2012

view this page in

apache_reset_timeout

(PHP 5 >= 5.1.0)

apache_reset_timeout아파치 쓰기 타이머 초기화

설명

bool apache_reset_timeout ( void )

apache_reset_timeout()은 아파치 쓰기 타이머를 되돌립니다. 기본값은 300초입니다. set_time_limit(0); ignore_user_abort(true)와 주기적인 apache_reset_timeout() 호출로, 이론적으로 아파치를 영원히 실행할 수 있습니다.

이 함수는 아파치 1이 필요합니다.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.

주의

Note: 이 함수는 PHP가 안전 모드일 때는 사용할 수 없습니다.

참고



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites