PHP Class PHPDaemon\Clients\MySQL\Pool

Author: Vasily Zorin ([email protected])
Inheritance: extends PHPDaemon\Network\Client
Afficher le fichier Open project: kakserpom/phpdaemon Class Usage Examples

Méthodes publiques

Méthode Description
escape ( string $string ) : string Escapes the special symbols with trailing backslash
likeEscape ( string $string ) : string Escapes the special symbols with a trailing backslash
value ( mixed $mixed ) : string [value description]
values ( array $arr ) : string [values description]

Méthodes protégées

Méthode Description
getConfigDefaults ( ) : array | boolean Setting default config options Overriden from NetworkClient::getConfigDefaults

Method Details

escape() public static méthode

Escapes the special symbols with trailing backslash
public static escape ( string $string ) : string
$string string
Résultat string

getConfigDefaults() protected méthode

Setting default config options Overriden from NetworkClient::getConfigDefaults
protected getConfigDefaults ( ) : array | boolean
Résultat array | boolean

likeEscape() public static méthode

Escapes the special symbols with a trailing backslash
public static likeEscape ( string $string ) : string
$string string
Résultat string

value() public static méthode

[value description]
public static value ( mixed $mixed ) : string
$mixed mixed
Résultat string

values() public static méthode

[values description]
public static values ( array $arr ) : string
$arr array
Résultat string