March 2002
Intermediate to advanced
528 pages
21h 29m
English
umask
int umask([int mask])
Sets PHP’s default permissions to
mask and returns the previous mask if
successful, or false if an error occurred. The
previous default permissions are restored at the end of the current
script. If mask is not supplied, the
current permissions are returned.