Skip to content

Instantly share code, notes, and snippets.

@ayoubjamouhi
Created February 2, 2022 08:41
Show Gist options
  • Save ayoubjamouhi/1a794a8de3cc6be970d19e4e69e547b9 to your computer and use it in GitHub Desktop.
Save ayoubjamouhi/1a794a8de3cc6be970d19e4e69e547b9 to your computer and use it in GitHub Desktop.
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