PHP 클래스 PHPDaemon\Clients\MySQL\Pool

저자: Vasily Zorin ([email protected])
상속: extends PHPDaemon\Network\Client
파일 보기 프로젝트 열기: kakserpom/phpdaemon 1 사용 예제들

공개 메소드들

메소드 설명
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]

보호된 메소드들

메소드 설명
getConfigDefaults ( ) : array | boolean Setting default config options Overriden from NetworkClient::getConfigDefaults

메소드 상세

escape() 공개 정적인 메소드

Escapes the special symbols with trailing backslash
public static escape ( string $string ) : string
$string string
리턴 string

getConfigDefaults() 보호된 메소드

Setting default config options Overriden from NetworkClient::getConfigDefaults
protected getConfigDefaults ( ) : array | boolean
리턴 array | boolean

likeEscape() 공개 정적인 메소드

Escapes the special symbols with a trailing backslash
public static likeEscape ( string $string ) : string
$string string
리턴 string

value() 공개 정적인 메소드

[value description]
public static value ( mixed $mixed ) : string
$mixed mixed
리턴 string

values() 공개 정적인 메소드

[values description]
public static values ( array $arr ) : string
$arr array
리턴 string