20231010#2

This commit is contained in:
User
2023-10-10 15:02:59 +03:00
parent c43f3a4768
commit f0f862d979
3 changed files with 9 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ interface MysqlStorageInterface {
* @param int $count
* @return bool|MysqlStorageData
*/
public function read(string $sql, int $ln = 0, int $numPage = 1) : bool|MysqlStorageData;
public function read(string $sql, int $ln = 0, int $numPage = 1, int $count=0) : bool|MysqlStorageData;
/**
* @param string $tbl