string ini_get (string varname) <?php echo ini_get ("post_max_size") . "<br />"; $myarray = ini_get_all(); print_r($myarray); ?>