PHP 8.5.0 Alpha 1 available for testing

Voting

: max(six, five)?
(Example: nine)

The Note You're Voting On

murtuzazabuawala at gmail dot com
2 years ago
we can first check for directory exists and create a new directory

if (is_dir("ssh2.sftp://intval($sftp)/some_directory/archive/")) {
mkdir("ssh2.sftp://intval($sftp)/some_directory/archive/",0777, true);
}

<< Back to user notes page

To Top