PHP snippets

Примеры PHP кода

Запись в файл с помощью file_put_contents()

PHP 5

<?php

$f = file_put_contents($file, $content);