chown in PHP

Syntax of chown in PHP bool chown(string path, mixed user) 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 Array ( [name] => root [passwd] => x … Read more