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

search for in the

dio_tcsetattr> <dio_seek
Last updated: Fri, 11 Apr 2008

view this page in

dio_stat

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5)

dio_stat — Restituisce le informazioni relative al file indicato da fd

Descrizione

array dio_stat ( resource $fd )

La funzione dio_stat() restituisce le informazioni sul dato descrittore di file.

Elenco dei parametri

fd

Descrittore di file restituito da dio_open().

Valori restituiti

Restituisce un array associativo contenente le seguenti chiavi:

  • "device" - device

  • "inode" - inode

  • "mode" - mode

  • "nlink" - numero di link

  • "uid" - user id

  • "gid" - group id

  • "device_type" - device type (se inode device)

  • "size" - total size in bytes

  • "blocksize" - blocksize

  • "blocks" - dimensione totale in byte

  • "atime" - data dell'ultimo accesso

  • "mtime" - data dell'ultima modifica

  • "ctime" - data dell'ultimo cambiamento

Se si verifica un errore la funzione dio_stat() restituisce NULL.



add a note add a note User Contributed Notes
dio_stat
yzxlyd at gmail dot com
17-Oct-2007 09:01
This extension is only available on Windows Platforms as of PHP 5.0.0

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