mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00

Completely restructured, although very few content changes (only in http.xml and file.xml) # These need a complete readthrough to remove 'you', inline version notes, # version info, and general updating git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306233 c90b9560-bf6c-de11-be94-00142212c4b1
58 lines
1.7 KiB
XML
58 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<reference xml:id="wrappers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Supported Protocols and Wrappers</title>
|
|
<partintro>
|
|
<para>
|
|
PHP comes with many built-in wrappers for various URL-style protocols
|
|
for use with the filesystem functions such as <function>fopen</function>,
|
|
<function>copy</function>, <function>file_exists</function> and
|
|
<function>filesize</function>.
|
|
In addition to these wrappers, it is possible to register custom wrappers
|
|
using the <function>stream_wrapper_register</function> function.
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
The URL syntax used to describe a wrapper only supports the
|
|
<literal>scheme://...</literal> syntax. The <literal>scheme:/</literal>
|
|
and <literal>scheme:</literal> syntaxes are not supported.
|
|
</simpara>
|
|
</note>
|
|
</partintro>
|
|
|
|
&language.wrappers.file;
|
|
&language.wrappers.http;
|
|
&language.wrappers.ftp;
|
|
&language.wrappers.php;
|
|
&language.wrappers.compression;
|
|
&language.wrappers.data;
|
|
&language.wrappers.glob;
|
|
&language.wrappers.phar;
|
|
&language.wrappers.ssh2;
|
|
&language.wrappers.rar;
|
|
&language.wrappers.audio;
|
|
&language.wrappers.expect;
|
|
|
|
</reference>
|
|
|
|
<!-- 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
|
|
-->
|