Пример #1
0
 /**
  * Check if register_globals disabled
  *
  * @return bool true if exist
  */
 public function isGlobalsDisabled()
 {
     $checking_result = parent::isGlobalsDisabled();
     return $checking_result;
 }