PHP 클래스 Dshafik\MySQL

파일 보기 프로젝트 열기: dshafik/php7-mysql-shim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$connections
$last_connection

공개 메소드들

메소드 설명
checkValidResult ( $result, $function )
escapeString ( $unescapedString )
getConnection ( $link = null, $func = null )
mysqlFieldInfo ( mysqli_result $result, $field, $what )

보호된 메소드들

메소드 설명
escapeChar ( $char )
getFieldFlags ( $what )
getFieldType ( $what )

메소드 상세

checkValidResult() 공개 정적인 메소드

public static checkValidResult ( $result, $function )

escapeChar() 보호된 정적인 메소드

protected static escapeChar ( $char )

escapeString() 공개 정적인 메소드

public static escapeString ( $unescapedString )

getConnection() 공개 정적인 메소드

public static getConnection ( $link = null, $func = null )

getFieldFlags() 보호된 정적인 메소드

protected static getFieldFlags ( $what )

getFieldType() 보호된 정적인 메소드

protected static getFieldType ( $what )

mysqlFieldInfo() 공개 정적인 메소드

public static mysqlFieldInfo ( mysqli_result $result, $field, $what )
$result mysqli_result

프로퍼티 상세

$connections 공개적으로 정적으로 프로퍼티

public static $connections

$last_connection 공개적으로 정적으로 프로퍼티

public static $last_connection