~ K A L I ~
UNAME : Linux web65.extendcp.co.uk 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64SERVER IP : 10.0.187.65 -________-
CLIENT IP : 216.73.216.230 MINI SHELL D ZAB '
Current File : //home/phpmyadmin-www/libraries/classes/Plugins/Import/ShapeFileImport.php |
<?php
/**
* This class extends ShapeFile class to cater the following phpMyAdmin
* specific requirements.
*/
declare(strict_types=1);
namespace PhpMyAdmin\Plugins\Import;
use PhpMyAdmin\ShapeFile\ShapeFile;
/**
* ShapeFileImport class
*/
class ShapeFileImport extends ShapeFile
{
/**
* Reads given number of bytes from SHP file
*
* @param int $bytes number of bytes
*
* @return string|false
*/
public function readSHP(int $bytes)
{
return ImportShp::readFromBuffer($bytes);
}
/**
* Checks whether file is at EOF
*/
public function eofSHP(): bool
{
global $eof;
return (bool) $eof;
}
}
Coded by KALI :v Greetz to DR HARD ../ kali.zbi@hotmail.com