DebugHelper
Table of Contents
-
$constants
: Constants
-
$debug
: bool
-
$debug_output
: resource
-
__construct()
: mixed
-
debug_allowed_methods()
: mixed
-
debug_connection_start()
: mixed
-
debug_hexdump()
: mixed
-
debug_method_signature()
: mixed
-
debug_method_signature1()
: mixed
-
debug_msg()
: mixed
-
print_msg()
: mixed
$constants
protected
Constants
$constants
$debug
protected
bool
$debug
$debug_output
protected
resource
$debug_output
__construct()
public
__construct(Constants $constants) : mixed
Parameters
-
$constants
: Constants
-
Return values
mixed
—
debug_allowed_methods()
public
debug_allowed_methods(array<string|int, mixed>|null $allowed_methods) : mixed
Parameters
-
$allowed_methods
: array<string|int, mixed>|null
-
Return values
mixed
—
debug_connection_start()
public
debug_connection_start(int $version_major, int $version_minor, array<string|int, mixed> $server_properties, array<string|int, mixed> $mechanisms, array<string|int, mixed> $locales) : mixed
Parameters
-
$version_major
: int
-
-
$version_minor
: int
-
-
$server_properties
: array<string|int, mixed>
-
-
$mechanisms
: array<string|int, mixed>
-
-
$locales
: array<string|int, mixed>
-
Return values
mixed
—
debug_hexdump()
public
debug_hexdump(string $data) : mixed
Parameters
-
$data
: string
-
Return values
mixed
—
debug_method_signature()
public
debug_method_signature(string $msg, string|array<string|int, mixed> $method_sig) : mixed
Parameters
-
$msg
: string
-
-
$method_sig
: string|array<string|int, mixed>
-
Return values
mixed
—
debug_method_signature1()
public
debug_method_signature1(string|array<string|int, mixed> $method_sig) : mixed
Parameters
-
$method_sig
: string|array<string|int, mixed>
-
Return values
mixed
—
debug_msg()
public
debug_msg(string $msg) : mixed
Parameters
-
$msg
: string
-
Return values
mixed
—
print_msg()
protected
print_msg(string $s) : mixed
Parameters
-
$s
: string
-
Return values
mixed
—