PHP 클래스 OpCacheService, opcache-gui

파일 보기 프로젝트 열기: amnuts/opcache-gui 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$data
$defaults
$options

공개 메소드들

메소드 설명
canInvalidate ( )
getData ( $section = null, $property = null )
getOption ( $name = null )
init ( $options = [] )
resetCache ( $file = null )

보호된 메소드들

메소드 설명
compileState ( )
size ( $size )

비공개 메소드들

메소드 설명
__construct ( $options = [] )

메소드 상세

canInvalidate() 공개 메소드

public canInvalidate ( )

compileState() 보호된 메소드

protected compileState ( )

getData() 공개 메소드

public getData ( $section = null, $property = null )

getOption() 공개 메소드

public getOption ( $name = null )

init() 공개 정적인 메소드

public static init ( $options = [] )

resetCache() 공개 메소드

public resetCache ( $file = null )

size() 보호된 메소드

protected size ( $size )

프로퍼티 상세

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

protected $data

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

protected $defaults

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

protected $options