App\Services\Filesystem\FilesystemInterface::put PHP Méthode

put() public méthode

Write a file.
public put ( string $path, string $contents ) : mixed
$path string File path
$contents string Contents to write a file
Résultat mixed
    public function put($path, $contents);
FilesystemInterface