class ShapeFileImport extends ShapeFile (View source)

ShapeFileImport class

Methods

string|false
readSHP(int $bytes)

Reads given number of bytes from SHP file

bool
eofSHP()

Checks whether file is at EOF

Details

string|false readSHP(int $bytes)

Reads given number of bytes from SHP file

Parameters

int $bytes

number of bytes

Return Value

string|false

bool eofSHP()

Checks whether file is at EOF

Return Value

bool