Created
February 2, 2022 08:41
-
-
Save ayoubjamouhi/1a794a8de3cc6be970d19e4e69e547b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!file_exists($path)) { | |
mkdir($path, 0755, true); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment