Cause:
Insufficient permissions to create the folder.
Solution:
Modify the parent directory permissions to 0777
Command line:
chmod -R 777 ./dirname
The above introduces PHP Warning: mkdirPermission denied, including permission denied. I hope it will be helpful to friends who are interested in PHP tutorials.