| eio_write(PECL eio >= 0.0.1dev) eio_write — Write to file Описание
   resource eio_write
    ( int $fd
   , string &$str
   [, int $length = 0
   [, int $offset = 0
   [, int $pri = EIO_PRI_DEFAULT
   [, callback $callback = NULL
   [, mixed $data = NULL
  ]]]]] ) eio_write() writes up to length bytes from str at offset offset from the beginning of the file. Список параметров
 Возвращаемые значенияeio_write() returns request resource on success or FALSE on error. Смотрите также
 | ||