Display the drop-down list

ini_get()

« in_array | ini_get_all »
<?php
$string 
ini_get (
    
?  // string $varname
);
?>
Result
$string = '*'
PBX notice : the result is hashed with pbx_hash for security reasons.
Examples
#1 ini_get  ("display_errors")
#2 ini_get  ("register_globals")
#3 ini_get  ("post_max_size")
See also
get_cfg_var, ini_get_all, pbx_hash