Advertisement
Eresken

write to file

Aug 12th, 2021 (edited)
1,300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. // запись в файл
  2. unlink('data.txt');
  3. \Bitrix\Main\Diag\Debug::
  4. writeToFile(json_encode($answer), $varName = "", $fileName = "data.txt");
  5.  
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement