1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-26 08:22:08 +01:00
Files
archived-doc-es/reference/stream/setup.xml
Pedro Antonio Gil Rodríguez ed5c5e908c Updated to the most recent version
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@324604 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-28 13:14:26 +00:00

62 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 48e5dd1b7e9920436dd3b40e192d27c670e9679a Maintainer: seros Status: ready -->
<chapter xml:id="stream.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<section xml:id="stream.requirements">
&reftitle.required;
&no.requirement;
</section>
<section xml:id="stream.installation">
&reftitle.install;
<para>
Los flujos son parte integral de PHP desde la versión 4.3.0. No se necesita nada para
habilitarlos.
</para>
</section>
<section xml:id="stream.configuration">
&reftitle.runtime;
&no.config;
</section>
<section xml:id="stream.resources">
<title>Clases de Flujos</title>
<simpara>
Las envolturas diseñadas por el usuario se pueden registrar mediante <function>stream_wrapper_register</function>,
usando la definición de la clase mostrada en esa página del manual.
</simpara>
<simpara>
La clase <classname>php_user_filter</classname> está predefinida y es una clase base
abstracta para usarla con filtros definidos por el usuario. Véase la página del manual de
<function>stream_filter_register</function> para detalles sobre la implementación de
filtros definidos por el usuario.
</simpara>
</section>
</chapter>
<!-- 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
-->