1
0
mirror of https://github.com/php/doc-tr.git synced 2026-03-23 23:02:09 +01:00
Files
archived-doc-tr/language/wrappers.xml
Nilgün Belma Bugüner f51c17e022 New translations.
git-svn-id: https://svn.php.net/repository/phpdoc/tr/trunk@345763 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-01 21:13:29 +00:00

60 lines
1.8 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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ıı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
-->