array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.dio-stat.php', 1 => 'dio_stat', 2 => 'Gets stat information about the file descriptor fd', ), 'up' => array ( 0 => 'ref.dio.php', 1 => 'Функції Direct IO', ), 'prev' => array ( 0 => 'function.dio-seek.php', 1 => 'dio_seek', ), 'next' => array ( 0 => 'function.dio-tcsetattr.php', 1 => 'dio_tcsetattr', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/dio/functions/dio-stat.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 4 >= 4.2.0, PHP 5 < 5.1.0)
dio_stat — Gets stat information about the file descriptor fd
Returns an associative array with the following keys:
"device" - device
"inode" - inode
"mode" - mode
"nlink" - number of hard links
"uid" - user id
"gid" - group id
"device_type" - device type (if inode device)
"size" - total size in bytes
"blocksize" - blocksize
"blocks" - number of blocks allocated
"atime" - time of last access
"mtime" - time of last modification
"ctime" - time of last change
null.