PHP 클래스 PMA\libraries\plugins\import\ImportShp

상속: extends PMA\libraries\plugins\ImportPlugin
파일 보기 프로젝트 열기: phpmyadmin/phpmyadmin 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor
doImport ( &$sql_data = [] ) : void Handles the whole import logic
readFromBuffer ( integer $length ) : string Returns specified number of bytes from the buffer.

보호된 메소드들

메소드 설명
setProperties ( ) : void Sets the import plugin properties.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

doImport() 공개 메소드

Handles the whole import logic
public doImport ( &$sql_data = [] ) : void
리턴 void

readFromBuffer() 공개 정적인 메소드

Buffer automatically fetches next chunk of data when the buffer falls short. Sets $eof when $GLOBALS['finished'] is set and the buffer falls short.
public static readFromBuffer ( integer $length ) : string
$length integer number of bytes
리턴 string

setProperties() 보호된 메소드

Called in the constructor.
protected setProperties ( ) : void
리턴 void