Neden file_put_contents aşağıdaki kodu için çalışmak çöp olur?
$f = file_put_contents("files/r.js", "Some text here"); if ($f) print 1; else print 0;