mirror of
https://github.com/php/doc-tr.git
synced 2026-03-23 23:02:09 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/tr/trunk@345763 c90b9560-bf6c-de11-be94-00142212c4b1
60 lines
1.8 KiB
XML
60 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- $Revision$ -->
|
||
<!-- EN-Revision: 8e2783c965dd78731eff265ccd3b1bfcc6404567 Maintainer: nilgun Status: ready -->
|
||
<reference xml:id="wrappers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<title>Desteklenen Protokoller ve Sarmalayıcılar</title>
|
||
<partintro>
|
||
<para>
|
||
PHP <function>fopen</function>, <function>copy</function>,
|
||
<function>file_exists</function> ve <function>filesize</function> gibi dosya
|
||
sistemi işlevleriyle kullanmak için URL tarzı protokollere atanmış çeşitli
|
||
sarmalayıcılarla birlikte gelir. Bu sarmalayıcılara ek olarak,
|
||
<function>stream_wrapper_register</function> işlevini kullanarak özel
|
||
sarmalayıcılar kaydetmek de mümkündür.
|
||
</para>
|
||
<note>
|
||
<simpara>
|
||
Bir sarmalayıcıyı açıklamakta kullanılan URL sözdizimi sadece
|
||
<literal>düzen://...</literal> sözdizimini destekler.
|
||
<literal>düzen:/</literal> ve <literal>düzen:</literal> sözdizimleri
|
||
desteklenmez.
|
||
</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
|
||
-->
|