assertWritableDirectory.php
Table of Contents
Functions
- assertWritableDirectory() : void
- Asserts that a directory exists and is readable and writable.
Functions
assertWritableDirectory()
Asserts that a directory exists and is readable and writable.
assertWritableDirectory(string|null $directory) : void
Parameters
- $directory : string|null
-
The path of the directory to check.