PHP Class Opcache\Status

Afficher le fichier Open project: stevencorona/opcache-json

Méthodes publiques

Свойство Type Description
$result
$send_extra_stats
$statsd

Méthodes publiques

Méthode Description
__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

Méthodes protégées

Méthode Description
create_statsd_handle ( $opts )
send_to_statsd ( )

Method Details

__construct() public méthode

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

configuration() public méthode

public configuration ( )

create_statsd_handle() protected méthode

protected create_statsd_handle ( $opts )

send_extra_stats() public méthode

public send_extra_stats ( array $send_extra_stats )
$send_extra_stats array

send_to_statsd() protected méthode

protected send_to_statsd ( )

status() public méthode

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

Property Details

$result public_oe property

public $result

$send_extra_stats public_oe property

public $send_extra_stats

$statsd public_oe property

public $statsd