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); ?>

dio_stat

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

dio_stat Gets stat information about the file descriptor fd

Опис

dio_stat(resource $fd): array

dio_stat() returns information about the given file descriptor.

Параметри

fd

The file descriptor returned by dio_open().

Значення, що повертаються

Returns an associative array with the following keys:

On error dio_stat() returns null.