"PHP max input time"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
==개요==
==개요==
;PHP max_input_time
;PHP max_input_time
<source lang='cli'>
[root@zetawiki ~]# php -i | grep max_input_time
max_input_time => -1 => -1
</source>
<source lang='cli'>
[root@zetawiki ~]# cat /etc/php.ini | grep max_input_time
; max_input_time
max_input_time = 60
</source>


==같이 보기==
==같이 보기==

2015년 12월 27일 (일) 14:21 판

1 개요

PHP max_input_time
[root@zetawiki ~]# php -i | grep max_input_time
max_input_time => -1 => -1
[root@zetawiki ~]# cat /etc/php.ini | grep max_input_time
; max_input_time
max_input_time = 60

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}