PMA\libraries\plugins\import\ShapeFileImport::eofSHP PHP Method

eofSHP() public method

Checks whether file is at EOF
public eofSHP ( ) : boolean
return boolean
    public function eofSHP()
    {
        global $eof;
        return $eof;
    }
ShapeFileImport