PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

link> <lchgrp
Last updated: Fri, 18 Jul 2008

view this page in

lchown

(PHP 5 >= 5.1.2)

lchown — Changes user ownership of symlink

Descripción

bool lchown ( string $filename , mixed $user )

Attempts to change the owner of the symlink filename to user user .

Only the superuser may change the owner of a symlink.

Lista de parámetros

filename

Path to the file.

user

User name or number.

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

Notes

Note: Esta funcion no funcionara con ficheros remotos ya que el fichero a examinar tiene que estar disponible desde el sistema de ficheros del servidor.

Note: Cuando safe-mode (modo-seguro) está activado, PHP comprueba si los archivos o directorios que va a utilizar tienen la misma UID que el script que está siendo ejecutado.

Note: Esta función no está implementada en plataformas Windows.



add a note add a note User Contributed Notes
lchown
There are no user contributed notes for this page.

link> <lchgrp
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites