update : 2015.11.03
php.shukuma.com검색:
|
ini_get(PHP 4, PHP 5, PHP 7) ini_get — Gets the value of a configuration option 설명
string ini_get
( string
$varname
)Returns the value of the configuration option on success. 인수
반환값
Returns the value of the configuration option as a string on success, or an
empty string for null values. Returns 예제
Example #1 A few ini_get() examples
<?php 위 예제의 출력 예시: display_errors = 1 register_globals = 0 post_max_size = 8M post_max_size+1 = 9 post_max_size in bytes = 8388608 주의
변경점
참고
|