コード例 #1
0
 /**
  * The function wrapper for the rad_config::getSys().
  * Returns the appropriate configuration parameter from php.ini file
  *
  * @param string $paramName Parameter name
  * @param string $defaultValue Default value
  * @return string fetched or default value
  */
 function configSys($paramName, $defaultValue = '')
 {
     return rad_config::getSys($paramName);
 }