March 2002
Intermediate to advanced
528 pages
21h 29m
English
chown
bool chown(stringpath, mixeduser)
Changes ownership for the file path to the
user named user. PHP must have appropriate
privileges (generally, root for this function) for the function to
operate. Returns true if the change was successful
and false if not.