| |
fileio_chmod
Format:
fileio_chmod ( filename , mode ) |
Purpose:
Change permissions of a file.
The parameter filename must be a string.
The parameter mode must be an integer, it denotes the usual
UNIX file permission atributes (bitwise or of 1 = execute by others,
2 = write by others, 4 = read by others, ...).
Return Values:
Upon successful completion, fileio_chmod() returns true.
Otherwise, an error code (Integer type) is returned.
Configuration:
This function is only allowed, if secure mode is off.
See Also:
fileio_fopen().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
See "Was ist AJAX? "
(in German). In Germany H.E.I. provides Webdesign in Mannheim and
Web Programming (Programmierung).
© 1996-2025 H.E.I. All Rights Reserved.
|