mirror of
https://github.com/php/doc-ja.git
synced 2026-04-28 10:33:19 +02:00
4eec5b9dbd
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@306247 c90b9560-bf6c-de11-be94-00142212c4b1
61 lines
2.0 KiB
XML
61 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 8e2783c965dd78731eff265ccd3b1bfcc6404567 Maintainer: hirokawa Status: ready -->
|
|
<!-- CREDITS: takagi -->
|
|
<reference xml:id="wrappers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>サポートするプロトコル/ラッパー</title>
|
|
<partintro>
|
|
<para>
|
|
PHP には多くの組み込みラッパーが用意されています。さまざまな URL 風のプロトコルによって、
|
|
<function>fopen</function> や <function>copy</function>、
|
|
<function>file_exists</function> そして <function>filesize</function>
|
|
といったファイルシステム関数で使用することができます。
|
|
これらのラッパーだけでなく、
|
|
<function>stream_wrapper_register</function>
|
|
関数でラッパーを自作することもできます。
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
ラッパーを指定する際の URL 構文としてサポートしているのは <literal>scheme://...</literal> 形式のみです。
|
|
<literal>scheme:/</literal> や <literal>scheme:</literal>
|
|
といった形式には対応していません。
|
|
</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
|
|
-->
|