PHP 클래스 Opcache\Status

파일 보기 프로젝트 열기: stevencorona/opcache-json

공개 프로퍼티들

프로퍼티 타입 설명
$result
$send_extra_stats
$statsd

공개 메소드들

메소드 설명
__construct ( $options_or_block = false ) Takes either an array of options or a callable block
configuration ( )
send_extra_stats ( array $send_extra_stats )
status ( $with_scripts = false ) Returns a json_encoded array of opcache status

보호된 메소드들

메소드 설명
create_statsd_handle ( $opts )
send_to_statsd ( )

메소드 상세

__construct() 공개 메소드

Takes either an array of options or a callable block
public __construct ( $options_or_block = false )

configuration() 공개 메소드

public configuration ( )

create_statsd_handle() 보호된 메소드

protected create_statsd_handle ( $opts )

send_extra_stats() 공개 메소드

public send_extra_stats ( array $send_extra_stats )
$send_extra_stats array

send_to_statsd() 보호된 메소드

protected send_to_statsd ( )

status() 공개 메소드

Returns a json_encoded array of opcache status
public status ( $with_scripts = false )

프로퍼티 상세

$result 공개적으로 프로퍼티

public $result

$send_extra_stats 공개적으로 프로퍼티

public $send_extra_stats

$statsd 공개적으로 프로퍼티

public $statsd