php функция file_put_contents не работает

Почему file_put_contents отказывается работать для следующего кода?

$f = file_put_contents("files/r.js", "Some text here");

if ($f) print 1;
else print 0;
30
задан steve 20 February 2014 в 23:31
поделиться