1
0
mirror of https://github.com/php/doc-zh.git synced 2026-04-25 00:58:02 +02:00
Files
songmeifeng 94b59a6430 Translate/reference/dio/intro (#522)
* Add: translate dio book.xml

* Modify: 优化描述

* Modify: En-revision

* Add: translate dio setup.xml
2022-12-10 23:10:06 +08:00

46 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 68c2c871505aadf983f16113c5b077b335ce8d76 Maintainer: songmeifeng Status: ready -->
<book xml:id="book.dio" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>直接 IO</title>
<!-- {{{ preface -->
<preface xml:id="intro.dio">
&reftitle.intro;
<para>
PHP 支持 POSIX 标准(第 6 节)中所描述的直接 IO 函数,执行比 C 语言 I/O
流函数(<function>fopen</function><function>fread</function>......)更低级别的 I/O
函数。当仅需要直接控制设备时,才考虑使用 DIO 函数。通常情况下,标准的 <link linkend="book.filesystem">filesystem</link>
函数已经足够了。
</para>
</preface>
<!-- }}} -->
&reference.dio.setup;
&reference.dio.constants;
&reference.dio.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->