svn: /phpdoc/tr/trunk/reference/ apache/functions/apache-getenv.xml apache/functions/apache-setenv.xml stream/functions/stream-encoding.xml
[email protected] (Nilgün Belma Bugüner)
| Newsgroups | php.doc.tr |
|---|---|
| Message-ID | <[email protected]> |
nilgun Wed, 26 Sep 2018 08:08:40 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=345691
Log:
update for sync with English docs.
Changed paths:
U phpdoc/tr/trunk/reference/apache/functions/apache-getenv.xml
U phpdoc/tr/trunk/reference/apache/functions/apache-setenv.xml
D phpdoc/tr/trunk/reference/stream/functions/stream-encoding.xml
Modified: phpdoc/tr/trunk/reference/apache/functions/apache-getenv.xml
===================================================================
--- phpdoc/tr/trunk/reference/apache/functions/apache-getenv.xml 2018-09-25 20:39:21 UTC (rev 345690)
+++ phpdoc/tr/trunk/reference/apache/functions/apache-getenv.xml 2018-09-26 08:08:40 UTC (rev 345691)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 323349 Maintainer: nilgun Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: nilgun Status: ready -->
<!-- CREDITS: faruk, behzat -->
<refentry xml:id="function.apache-getenv" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>string</type><methodname>apache_getenv</methodname>
<methodparam><type>string</type><parameter>değişken</parameter></methodparam>
- <methodparam choice="opt"><type>bool</type><parameter>tepe_seviye</parameter><initializer>false</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>tepe_seviye</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
<para>
<parameter>değişken</parameter> değiştirgesiyle belirtilen Apache ortam
Modified: phpdoc/tr/trunk/reference/apache/functions/apache-setenv.xml
===================================================================
--- phpdoc/tr/trunk/reference/apache/functions/apache-setenv.xml 2018-09-25 20:39:21 UTC (rev 345690)
+++ phpdoc/tr/trunk/reference/apache/functions/apache-setenv.xml 2018-09-26 08:08:40 UTC (rev 345691)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: behzat Status: ready -->
+<!-- EN-Revision: 343899 Maintainer: behzat Status: ready -->
<!-- CREDITS: faruk -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.7 -->
<refentry xml:id="function.apache-setenv" xmlns="http://docbook.org/ns/docbook">
@@ -15,7 +15,7 @@
<type>bool</type><methodname>apache_setenv</methodname>
<methodparam><type>string</type><parameter>değişken</parameter></methodparam>
<methodparam><type>string</type><parameter>değer</parameter></methodparam>
- <methodparam choice="opt"><type>bool</type><parameter>tepe_seviye</parameter><initializer>false</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>tepe_seviye</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
<para>
<function>apache_setenv</function> işlevi <parameter>değişken</parameter>
Deleted: phpdoc/tr/trunk/reference/stream/functions/stream-encoding.xml
===================================================================
--- phpdoc/tr/trunk/reference/stream/functions/stream-encoding.xml 2018-09-25 20:39:21 UTC (rev 345690)
+++ phpdoc/tr/trunk/reference/stream/functions/stream-encoding.xml 2018-09-26 08:08:40 UTC (rev 345691)
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: nilgun Status: ready -->
-<refentry xml:id="function.stream-encoding" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
- <refname>stream_encoding</refname>
- <refpurpose>Akımı kodlayacak karakter kümesini belirler</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
- &reftitle.description;
- <methodsynopsis>
- <type>bool</type><methodname>stream_encoding</methodname>
- <methodparam><type>resource</type><parameter>akım</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>karküm</parameter></methodparam>
- </methodsynopsis>
- &warn.undocumented.func;
- </refsect1>
-
-</refentry>
-
-<!-- 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
--->