SS
Size: a a a
SS
Б
Warning: require_once(/home/a.polishchuk/web/ukrmob.reality.sh/public_html/ego/src/Providers/Log.php): failed to open stream: No such file or directory in /home/a.polishchuk/web/ukrmob.reality.sh/public_html/ego/src/autoload.php on line 18
SS
SS
Б
Б
use
подключить обычный Log?Vr
<?php
$file = 'people.txt';
// Открываем файл для получения существующего содержимого
$current = file_get_contents($file);
// Добавляем нового человека в файл
$current .= "John Smith\n";
// Пишем содержимое обратно в файл
file_put_contents($file, $current);
?>
SS
Б
<?php
$file = 'people.txt';
// Открываем файл для получения существующего содержимого
$current = file_get_contents($file);
// Добавляем нового человека в файл
$current .= "John Smith\n";
// Пишем содержимое обратно в файл
file_put_contents($file, $current);
?>
SS
SS
IC
IC
IC
BV
I
Vr
BV