This commit is contained in:
2024-05-22 14:29:38 +03:00
parent 44f11cbb1d
commit c60440d26a
3 changed files with 24 additions and 8 deletions

View File

@ -20,4 +20,10 @@ $file = fopen($fileName, $fileModeOpen);
fwrite($file, $string);
fclose($file);
$file = file($fileName);
$str = new Information();
$res = $str->search($file, "Зайцев");
echo $res;
require "table.php";