lchown

(no version information, might be only in CVS)

lchown -- Changes user ownership of symlink

Description

bool lchown ( string filename, mixed user )

Attempts to change the owner of the symlink filename to user user (specified by name or number). Only the superuser may change the owner of a symlink.

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Nota: Questa funzione non è eseguibile con file remoti, ma con file accessibili attraverso il filesystem del server.

Nota: Quando safe-mode è abilitato, PHP controlla che i file o le directory sulle quali si sta andando a lavorare, abbiano lo stesso UID dello script che è in esecuzione.

See also chown(), lchgrp(), chgrp() e chmod().