PHP Class Swoole\Memory\Storage

Datei anzeigen Open project: matyhtf/swoole_framework

Public Properties

Property Type Description
$separator
$shmDir

Protected Properties

Property Type Description
$baseDir
$mode

Public Methods

Method Description
__construct ( $subdir = 'swoole', $mode = 511 )
del ( $key )
exists ( $key )
get ( $key )
scan ( $prefix )
set ( $key, $value )

Protected Methods

Method Description
getFile ( $key, $createDir = false )

Method Details

__construct() public method

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

del() public method

public del ( $key )

exists() public method

public exists ( $key )

get() public method

public get ( $key )

getFile() protected method

protected getFile ( $key, $createDir = false )

scan() public method

public scan ( $prefix )

set() public method

public set ( $key, $value )

Property Details

$baseDir protected_oe property

protected $baseDir

$mode protected_oe property

protected $mode

$separator static_oe public_oe property

static public $separator

$shmDir static_oe public_oe property

static public $shmDir