I'm having some problems with the Filesystem class. To solve my problem, I want to change the put () function of this:
public function put($path, $contents, $lock = false)
{
return file_put_contents($path, $contents, $lock ? LOCK_EX : 0)...
asked by
13.03.2015 / 13:29