PHP Class PMA\libraries\plugins\import\ShapeFileImport

Inheritance: extends ShapeFile\ShapeFile
Show file Open project: phpmyadmin/phpmyadmin Class Usage Examples

Public Methods

Method Description
eofSHP ( ) : boolean Checks whether file is at EOF
readSHP ( $bytes ) : string | false Reads given number of bytes from SHP file

Method Details

eofSHP() public method

Checks whether file is at EOF
public eofSHP ( ) : boolean
return boolean

readSHP() public method

Reads given number of bytes from SHP file
public readSHP ( $bytes ) : string | false
return string | false