mirror of
https://github.com/php/doc-es.git
synced 2026-03-23 23:12:09 +01:00
61 lines
1.8 KiB
XML
61 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 8e2783c965dd78731eff265ccd3b1bfcc6404567 Maintainer: chuso Status: ready -->
|
|
<!-- Reviewed: yes Maintainer: andresdzphp -->
|
|
|
|
<reference xml:id="wrappers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Protocolos y Envolturas soportados</title>
|
|
<partintro>
|
|
<para>
|
|
PHP incorpora de serie envolturas para distintos protocolos tipo URL
|
|
para trabajar junto con funciones del sistema de ficheros, como <function>fopen</function>,
|
|
<function>copy</function>, <function>file_exists</function> y
|
|
<function>filesize</function>.
|
|
Además de estas envolturas, se pueden definir por el usuario utilizando
|
|
la función <function>stream_wrapper_register</function>.
|
|
</para>
|
|
<note>
|
|
<simpara>
|
|
La sintaxis de URL que se utiliza para describir una envoltura solo puede ser
|
|
<literal>scheme://...</literal>. Las sintaxis <literal>scheme:/</literal>
|
|
y <literal>scheme:</literal> no están soportadas.
|
|
</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
|
|
-->
|