| |
mkdir
Purpose:
Creates a directory with the given name.
The parameter path
is a file path
and must be of type string.
On UNIX, the mode of the created directory is 0770.
Return Values:
Returns 0 on success, -1 on failure.
Configuration:
The function is not allowed in secure mode.
See Also:
copyfile(), deletefile(), directory(), movefile(), readFileLines(), stat(), utime(), writefile.
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
Try the AJAX Article
(in German) on www.h-e-i.de.
© 1996-2025 H.E.I. All Rights Reserved.
|