(PHP 4, PHP 5)
chown — Changes file owner
Attempts to change the owner of the file filename to user user . Only the superuser may change the owner of a file.
Path to the file.
A user name or number.
Palauttaa TRUE onnistuessaan, muutoin FALSE.
Note: Tämä functio ei toimi etätiedostojen kanssa koska tarkasteltavan tiedoston täytyy olla saatavilla palvelimen tiedostojärjestelmän kautta.
Note: Kun safe mode on käytössä, PHP tarkistaa onko käsiteltävien tiedostojen/hakemistojen UID sama kuin ajettavalla skriptillä.