svn: /phpdoc/de/trunk/reference/network/ functions/checkdnsrr.xml functions/inet-ntop.xml functions/setcookie.xml setup.xml
[email protected] ("Carola 'Sammy' Kummert")
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
sammywg Tue, 01 Dec 2009 14:20:46 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291561
Log:
sync with en
Changed paths:
U phpdoc/de/trunk/reference/network/functions/checkdnsrr.xml
U phpdoc/de/trunk/reference/network/functions/inet-ntop.xml
U phpdoc/de/trunk/reference/network/functions/setcookie.xml
U phpdoc/de/trunk/reference/network/setup.xml
Modified: phpdoc/de/trunk/reference/network/functions/checkdnsrr.xml
===================================================================
--- phpdoc/de/trunk/reference/network/functions/checkdnsrr.xml 2009-12-01 13:33:25 UTC (rev 291560)
+++ phpdoc/de/trunk/reference/network/functions/checkdnsrr.xml 2009-12-01 14:20:46 UTC (rev 291561)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 291316 Maintainer: sammywg Status: ready -->
+
<refentry xml:id="function.checkdnsrr" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>checkdnsrr</refname>
@@ -13,7 +14,7 @@
<methodsynopsis>
<type>bool</type><methodname>checkdnsrr</methodname>
<methodparam><type>string</type><parameter>host</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>type</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>type</parameter><initializer>"MX"</initializer></methodparam>
</methodsynopsis>
<para>
Durchsucht den DNS (Domain-Name-Service) nach Daten des Typs
@@ -40,7 +41,7 @@
<listitem>
<para>
<parameter>type</parameter> kann einer der folgenden Werte sein: A, MX, NS, SOA,
- PTR, CNAME, AAAA, A6, SRV, NAPTR, TXT oder ANY. Standardwert ist MX.
+ PTR, CNAME, AAAA, A6, SRV, NAPTR, TXT oder ANY.
</para>
</listitem>
</varlistentry>
@@ -96,7 +97,7 @@
&reftitle.notes;
<note>
<para>
- Wenn unter Windows Kompatibilität zu Versionen ohne Implementierung
+ Wenn unter Windows Kompatibilität zu Versionen ohne Implementierung
dieser Funktion gegeben sein muss, verwenden Sie die
<link xlink:href="&url.php.pear;">PEAR</link>-Klasse
<link xlink:href="&url.pear.package;Net_DNS">Net_DNS</link>.
Modified: phpdoc/de/trunk/reference/network/functions/inet-ntop.xml
===================================================================
--- phpdoc/de/trunk/reference/network/functions/inet-ntop.xml 2009-12-01 13:33:25 UTC (rev 291560)
+++ phpdoc/de/trunk/reference/network/functions/inet-ntop.xml 2009-12-01 14:20:46 UTC (rev 291561)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 290410 Maintainer: sammywg Status: ready -->
+
<refentry xml:id="function.inet-ntop" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>inet_ntop</refname>
@@ -40,7 +41,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Gibt eine Stringrepräsentation der Adresse oder im Fehlerfall &false; zurück.
+ Gibt eine Stringrepräsentation der Adresse zurück. &return.falseforfailure;
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/network/functions/setcookie.xml
===================================================================
--- phpdoc/de/trunk/reference/network/functions/setcookie.xml 2009-12-01 13:33:25 UTC (rev 291560)
+++ phpdoc/de/trunk/reference/network/functions/setcookie.xml 2009-12-01 14:20:46 UTC (rev 291561)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 291316 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.setcookie" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -143,7 +143,7 @@
Gibt an, dass das Cookie vom Client nur über eine sichere
HTTPS-Verbindung übertragen werden soll. Ist der Wert auf &true;
gesetzt, wird das Cookie nur gesendet, wenn eine sichere Verbindung
- besteht. Der Standardwert ist &false;. Auf der Serverseite muss der
+ besteht. Auf der Serverseite muss der
Programmierer selbst darauf achten, dass entsprechende Cookies über
eine sichere Verbindung gesendet werden (z.B. unter Berücksichtigung
von <varname>$_SERVER["HTTPS"]</varname>).
Modified: phpdoc/de/trunk/reference/network/setup.xml
===================================================================
--- phpdoc/de/trunk/reference/network/setup.xml 2009-12-01 13:33:25 UTC (rev 291560)
+++ phpdoc/de/trunk/reference/network/setup.xml 2009-12-01 14:20:46 UTC (rev 291561)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 291306 Maintainer: sammywg Status: ready -->
<chapter xml:id="network.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
@@ -8,7 +8,11 @@
<!-- {{{ Requirements -->
<section xml:id="network.requirements">
&reftitle.required;
- &no.requirement;
+ <para>
+ Unter Linux erfordern die Funktionen <function>checkdnsrr</function>,
+ <function>getmxrr</function> und <function>dns_get_record</function>
+ das Vorhandensein von Bind.
+ </para>
</section>
<!-- }}} -->
@@ -36,6 +40,7 @@
</chapter>
+
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
@@ -56,4 +61,3 @@
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-