- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
$chat = c("memo1");
$send = c("memo2")->text;
$name = c("edit1")->text;
$send1 = file_get_contents ("data/send.txt");
$send1 = str_replace ("NAME",$name,$send1);
$send1 = str_replace ("SEND",$send,$send1);
$send1 = "".$send1;
file_put_contents ("data/chat.txt", $send1, FILE_APPEND | LOCK_EX);
$chat->text = file_get_contents ("data/chat.txt");
CrashTesterAnusov 24.09.2016 03:38 # −64
bagor 24.09.2016 10:09 # −65
bormand 25.09.2016 15:56 # −1
> отдаёт весь файл целиком
Насколько быстро до бамп-лимита и неюзабельности доходило?