This commit is contained in:
2024-06-14 15:55:36 +03:00
parent 5468b1d286
commit 987effd67f
35 changed files with 1808 additions and 245 deletions

View File

@ -21,7 +21,7 @@
<body>
<?php
$file = fopen("Information.txt", "r");
function PrintStringOfTable($file)
function PrintStringOfTable($file): void
{
$buf = fgets($file, filesize("Information.txt")); ?>
<tr>