Skip to content

Instantly share code, notes, and snippets.

@VSeryoga
Created November 2, 2018 09:11
Show Gist options
  • Save VSeryoga/d672e58644c6d2fcf84442453a95fe8c to your computer and use it in GitHub Desktop.
Save VSeryoga/d672e58644c6d2fcf84442453a95fe8c to your computer and use it in GitHub Desktop.
Запись массива в файл
<?
file_put_contents('123.txt', print_r($data, true), FILE_APPEND);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment