PHP version 5
[line 54]
[line 75]
[line 55]
[line 62]
[line 58]
[line 57]
[line 61]
[line 60]
static str getAppDir( )
static mixed getEnv( [str $key = ''], [mixed $fallback = ''])
static array getGlobal( )
static str getMobileSubDir( )
static str getPathInfo( )
static str getQueryString( )
static str getRequestPath( )
static str getServerEnv( str $varname)
static str getSuffix( str $modular)
static str getURI( [boolean $schema = true])
static void getURL( [ $schema = true])
static str getVersion( )
static str httpHost( [boolean $schema = false])
static str httpQueryString( )
static str httpRequestDir( )
static str httpRequestUri( )
static void inspectModule( str $module)
static void isDisplayErrors( )
static void isMobile( )
static boolean isSSL( )
static str normalizeModule( str $path)
static void ntrim( $mixed)
static void output( str $output)
static void rh( $mixed)
static void sendHttpHeader( )
static void setAppDir( str $dir)
static void setEnv( $arr)
static void setGlobal( )
static void setMainModule( str $path)
static void setMobileSubDir( str $dir)
static void setPathInfo( )
static void setRequest( )
static array splitPathInfo( )
static str stripDummyExt( str $str)
static void terminate( str $msg, [int $sig = -1])
Lambda __construct( [str $appdir = null])
mixed getError( [str $key = ''], [mixed $fallback = ''])
str getLogic( )
str getMainModule( )
str getMainModuleGroup( )
str getModular( str $module, str $suffix)
str getModule( )
str getPrep( )
mixed getRequest( str $var, str $key, mixed $fallback, [str $regex = ''])
mixed getResponse( [str $key = ''], [mixed $fallback = ''])
str getView( )
boolean hasHttpCookie( str $key)
boolean hasHttpGet( str $key)
boolean hasHttpPost( str $key)
bool hasValidatorError( )
void httpCookie( str $key, [str $val = null], [ $p = array()])
mixed httpGet( [str $key = ''], [mixed $fallback = ''], [str $regex = ''])
spec: 1) 制御文字(TAB, LF, CR, SPACE以外)はすべて除去される 2) 前後のホワイトスペース、全角スペースは除去される
mixed httpPost( [str $key = ''], [mixed $fallback = ''], [str $regex = ''])
void invoke( Lambda $lmd, str $modular)
mixed invokeFunction( str $module, [ $params = array()])
str invokeModule( str $module, [ $params = array()], [bool $logic = true], [bool $function = false])
bool invokeValidator( str $script, $arr)
void isMainModule( str $mod)
boolean isMainModuleGroup( str $grp)
mixed param( [str $key = ''], [mixed $fallback = ''], [str $regex = ''])
void rawHttpGet( [ $key = ''], [ $fallback = ''], [ $regex = ''])
void rawHttpPost( [ $key = ''], [ $fallback = ''], [ $regex = ''])
void redirect( str $url, [int $response_code = 302])
void setError( mixed $mixed, [bool $sanitize = self::SANITATION])
void setLogic( str $logic)
void setModule( str $module)
void setParam( $param)
void setPrep( str $prep)
void setResponse( $arr, [bool $sanitize = self::SANITATION])
void setView( str $view)
[line 65]
[line 67]
[line 64]
[line 72]
[line 70]
[line 71]
[line 69]
[line 52]