February 2013
Intermediate to advanced
538 pages
20h 55m
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.
Read now
Unlock full access