コード例 #1
0
ファイル: Helper.php プロジェクト: admpub/MicroPHP
 public static function post_get($key = null, $default = null, $xss_clean = false)
 {
     return CoreInput::post_get($key, $default, $xss_clean);
 }