/ Published in: PHP

Similar to the fileputcontents() function in PHP5 built for PHP4 (will not cause errors on a server running PHP5).
Expand |
Embed | Plain Text
function file_put_contents($file, $contents = '', $method = 'a+') { return true; } }
You need to login to post a comment.