mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixes #47628 (Wrappers list and paragraph misplaced)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277802 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6486704d38
commit
ccb1f4eb12
1 changed files with 6 additions and 7 deletions
|
@ -1,14 +1,13 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.81 $ -->
|
||||
<!-- $Revision: 1.82 $ -->
|
||||
<appendix xml:id="wrappers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>List of Supported Protocols/Wrappers</title>
|
||||
<para>
|
||||
The following is a list of the various URL style protocols that
|
||||
PHP has built-in for use with the filesystem functions such as
|
||||
<function>fopen</function> and <function>copy</function>.
|
||||
In addition to these wrappers, as of PHP 4.3.0, you can write
|
||||
your own wrappers using PHP script and
|
||||
<function>stream_wrapper_register</function>.
|
||||
PHP comes with many built-in wrappers for various URL style protocols
|
||||
for use with the filesystem functions such as <function>fopen</function>
|
||||
and <function>copy</function>. In addition to these wrappers, you can as of
|
||||
PHP 4.3.0, write your own wrappers using the <function>stream_wrapper_register</function>
|
||||
function.
|
||||
</para>
|
||||
<para>
|
||||
List of context options is available in the chapter <xref linkend="context"/>.
|
||||
|
|
Loading…
Reference in a new issue