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

search for in the

fileinode> <filectime
Last updated: Fri, 11 Apr 2008

view this page in

filegroup

(PHP 4, PHP 5)

filegroup — Restituisce il gruppo di un file

Descrizione

int filegroup ( string $filename )

Restituisce il l'ID del gruppo del file, o FALSE in caso d'errore. L'ID del gruppo viene restituito in formato numerico: usa posix_getgrgid() per trasformarlo nel nome del gruppo. In caso di errore la funzione restituisce FALSE accompagnato da un errore di di livello E_WARNING.

Nota: I risultati di questa funzione saranno memorizzati. Vedere clearstatcache() per maggiori dettagli.

Suggerimento

A partire da PHP 5.0.0, questa funzione può essere utilizzata con alcuni URL wrappers. Fare riferimento a List of Supported Protocols/Wrappers per la lista di quali wrappers supportano le funzioni della famiglia stat().

Vedere anche: fileowner() e safe_mode_gid.



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

fileinode> <filectime
Last updated: Fri, 11 Apr 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites