PHP 클래스 SRedis

파일 보기 프로젝트 열기: hetao29/slightphp 1 사용 예제들

공개 메소드들

메소드 설명
__call ( $name, $args )
__callStatic ( $name, $args )
__construct ( )
getConfig ( string $zone = null, $type = "host" ) : array
setConfigFile ( $file )
useConfig ( string $zone, $type = "host" ) : array 切换配置文件

메소드 상세

__call() 공개 메소드

public __call ( $name, $args )

__callStatic() 공개 정적인 메소드

public static __callStatic ( $name, $args )

__construct() 공개 메소드

public __construct ( )

getConfig() 정적인 공개 메소드

static public getConfig ( string $zone = null, $type = "host" ) : array
$zone string
리턴 array

setConfigFile() 정적인 공개 메소드

static public setConfigFile ( $file )

useConfig() 정적인 공개 메소드

切换配置文件
static public useConfig ( string $zone, $type = "host" ) : array
$zone string
리턴 array