phpDocumentor

MydbEnvironmentInterface

Tags
author

Sergei Shilko contact@sshilko.com

license

https://opensource.org/licenses/mit-license.php MIT

see
https://github.com/sshilko/php-sql-mydb

Table of Contents

Methods

endSignalsTrap()  : array<string|int, mixed>|null
error_reporting()  : int
gc_collect_cycles()  : void
ignore_user_abort()  : int
ini_set()  : string
restore_error_handler()  : void
set_error_handler()  : void
setMysqlndNetReadTimeout()  : bool
startSignalsTrap()  : void

Methods

endSignalsTrap()

public endSignalsTrap() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

error_reporting()

public error_reporting(int $level) : int
Parameters
$level : int
Tags
SuppressWarnings

("camelCase")

phpcs:disable

PSR1.Methods.CamelCapsMethodName.NotCamelCaps

Return values
int

gc_collect_cycles()

public gc_collect_cycles() : void
Tags
SuppressWarnings

("camelCase")

phpcs:disable

PSR1.Methods.CamelCapsMethodName.NotCamelCaps

ignore_user_abort()

public ignore_user_abort() : int
Tags
SuppressWarnings

("camelCase")

phpcs:disable

PSR1.Methods.CamelCapsMethodName.NotCamelCaps

Return values
int

ini_set()

public ini_set(string $key, string $value) : string
Parameters
$key : string
$value : string
Tags
SuppressWarnings

("camelCase")

phpcs:disable

PSR1.Methods.CamelCapsMethodName.NotCamelCaps

Return values
string

restore_error_handler()

public restore_error_handler() : void
Tags
SuppressWarnings

("camelCase")

phpcs:disable

PSR1.Methods.CamelCapsMethodName.NotCamelCaps

set_error_handler()

public set_error_handler([callable|null $callback = null ][, int $error_levels = E_ALL | E_STRICT ]) : void
Parameters
$callback : callable|null = null
$error_levels : int = E_ALL | E_STRICT
Tags
SuppressWarnings

("camelCase")

phpcs:disable

PSR1.Methods.CamelCapsMethodName.NotCamelCaps

setMysqlndNetReadTimeout()

public setMysqlndNetReadTimeout(string $timeoutSeconds) : bool
Parameters
$timeoutSeconds : string
Return values
bool

        
On this page

Search results