📄 intro.dio.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Introduction</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.dio.html">Direct IO</a></div> <div class="next" style="text-align: right; float: right;"><a href="dio.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.dio.html">Direct IO</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intro.dio" class="preface"> <h1 class="title">Introduction</h1> <p class="para"> PHP supports the direct io functions as described in the Posix Standard (Section 6) for performing I/O functions at a lower level than the C-Language stream I/O functions (<a href="function.fopen.html" class="function">fopen()</a>, <a href="function.fread.html" class="function">fread()</a>,..). The use of the DIO functions should be considered only when direct control of a device is needed. In all other cases, the standard <a href="book.filesystem.html" class="link">filesystem</a> functions are more than adequate. </p> <blockquote><p><b class="note">Note</b>: This extension has been moved to the <a href="http://pecl.php.net/" class="link external">» PECL</a> repository and is no longer bundled with PHP as of PHP 5.1.0. <br /> </p></blockquote> <p class="para"> This extension is only available on Windows Platforms as of PHP 5.0.0 </p> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.dio.html">Direct IO</a></div> <div class="next" style="text-align: right; float: right;"><a href="dio.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.dio.html">Direct IO</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -