Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mkdir
mkdir
Create a new directory
Name:
mkdir
Category:
File system
Programming Language:
php
One-line Description:
Create a directory.
Related
How to Achieve Data Sharing and Synchronization Updates through API Interfaces to Improve PHP Development Efficiency
4
What are some practical applications and tips when using the max() function with PHP timestamps?
8
Use get_include_path() in PHP to debug file loading order issues
9
socket_set_block builds a high-availability connection mechanism with timeout settings
9
Similar Functions
fpassthru
fpassthru
Allremainingdataatth
is_readable
is_readable
Determinewhetherthef
delete
delete
Seeunlink()orunset()
pathinfo
pathinfo
Returnsthefilepathin
touch
touch
Setfileaccessandmodi
file_get_contents
file_get_contents
Readtheentirefileint
rmdir
rmdir
Deletedirectory
file_put_contents
file_put_contents
Writedatatoafile
Popular Articles