PHP 클래스 Swoole\Memory\Storage

파일 보기 프로젝트 열기: matyhtf/swoole_framework

공개 프로퍼티들

프로퍼티 타입 설명
$separator
$shmDir

보호된 프로퍼티들

프로퍼티 타입 설명
$baseDir
$mode

공개 메소드들

메소드 설명
__construct ( $subdir = 'swoole', $mode = 511 )
del ( $key )
exists ( $key )
get ( $key )
scan ( $prefix )
set ( $key, $value )

보호된 메소드들

메소드 설명
getFile ( $key, $createDir = false )

메소드 상세

__construct() 공개 메소드

public __construct ( $subdir = 'swoole', $mode = 511 )

del() 공개 메소드

public del ( $key )

exists() 공개 메소드

public exists ( $key )

get() 공개 메소드

public get ( $key )

getFile() 보호된 메소드

protected getFile ( $key, $createDir = false )

scan() 공개 메소드

public scan ( $prefix )

set() 공개 메소드

public set ( $key, $value )

프로퍼티 상세

$baseDir 보호되어 있는 프로퍼티

protected $baseDir

$mode 보호되어 있는 프로퍼티

protected $mode

$separator 정적으로 공개적으로 프로퍼티

static public $separator

$shmDir 정적으로 공개적으로 프로퍼티

static public $shmDir