Functions Php

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