Skip to content

Commit

Permalink
Sync with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
msamesch committed Apr 29, 2024
1 parent f8d3143 commit cbcfa15
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 38 deletions.
6 changes: 3 additions & 3 deletions reference/fileinfo/functions/finfo-set-flags.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1160ec4e7d21a2619e9661d6afe3a6356267c6c2 Maintainer: tihox Status: ready -->
<!-- EN-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Maintainer: tihox Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: 1160ec4e7d21a2619e9661d6afe3a6356267c6c2 Reviewer: samesch -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
Expand All @@ -15,7 +15,7 @@
&reftitle.description;
<para>&style.procedural;</para>
<methodsynopsis>
<type>bool</type><methodname>finfo_set_flags</methodname>
<type>true</type><methodname>finfo_set_flags</methodname>
<methodparam><type>finfo</type><parameter>finfo</parameter></methodparam>
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
Expand Down Expand Up @@ -57,7 +57,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
&return.true.always;
</para>
</refsect1>

Expand Down
5 changes: 3 additions & 2 deletions reference/hash/functions/hash-file.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 20dcfbb0dd7150cbe5dfd7903a3001229295c549 Maintainer: raphaelm Status: ready -->
<!-- EN-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Maintainer: raphaelm Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: ac6b36357e5f5294a2c0577b85d193d84f0017ff Reviewer: samesch -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
Expand Down Expand Up @@ -59,7 +59,8 @@
<listitem>
<para>
Ein Array mit Optionen für die verschiedenen Hash-Algorithmen. Derzeit
wird von den MurmurHash-Varianten nur der Parameter "seed" unterstützt.
wird von den MurmurHash-Varianten nur der Parameter
<literal>"seed"</literal> unterstützt.
</para>
</listitem>
</varlistentry>
Expand Down
5 changes: 3 additions & 2 deletions reference/hash/functions/hash-init.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 20dcfbb0dd7150cbe5dfd7903a3001229295c549 Maintainer: raphaelm Status: ready -->
<!-- EN-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Maintainer: raphaelm Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: ac6b36357e5f5294a2c0577b85d193d84f0017ff Reviewer: samesch -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
Expand Down Expand Up @@ -61,7 +61,8 @@
<listitem>
<para>
Ein Array mit Optionen für die verschiedenen Hash-Algorithmen. Derzeit
wird von den MurmurHash-Varianten nur der Parameter "seed" unterstützt.
wird von den MurmurHash-Varianten nur der Parameter
<literal>"seed"</literal> unterstützt.
</para>
</listitem>
</varlistentry>
Expand Down
8 changes: 5 additions & 3 deletions reference/hash/functions/hash-update.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f3e46c7b29574706553f3d892c86aa78ded9e4c0 Maintainer: raphaelm Status: ready -->
<!-- EN-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Maintainer: raphaelm Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Reviewer: samesch -->
<refentry xml:id="function.hash-update" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>hash_update</refname>
Expand All @@ -9,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>hash_update</methodname>
<type>true</type><methodname>hash_update</methodname>
<methodparam><type>HashContext</type><parameter>context</parameter></methodparam>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
Expand Down Expand Up @@ -42,7 +44,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns &true;.
&return.true.always;
</para>
</refsect1>

Expand Down
5 changes: 3 additions & 2 deletions reference/hash/functions/hash.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 20dcfbb0dd7150cbe5dfd7903a3001229295c549 Maintainer: raphaelm Status: ready -->
<!-- EN-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Maintainer: raphaelm Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: 4b4c8b47408da359d4d0ab39f19673f006895908 Reviewer: samesch -->
<!-- Credits: reinders -->
Expand Down Expand Up @@ -58,7 +58,8 @@
<listitem>
<para>
Ein Array mit Optionen für die verschiedenen Hash-Algorithmen. Derzeit
wird von den MurmurHash-Varianten nur der Parameter "seed" unterstützt.
wird von den MurmurHash-Varianten nur der Parameter
<literal>"seed"</literal> unterstützt.
</para>
</listitem>
</varlistentry>
Expand Down
29 changes: 26 additions & 3 deletions reference/network/functions/openlog.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0c9c2dd669fe9395eaa73d487fbd160f9057429a Maintainer: sammywg Status: ready -->
<!-- EN-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Maintainer: sammywg Status: ready -->
<refentry xml:id="function.openlog" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>openlog</refname>
Expand All @@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>openlog</methodname>
<type>true</type><methodname>openlog</methodname>
<methodparam><type>string</type><parameter>prefix</parameter></methodparam>
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
<methodparam><type>int</type><parameter>facility</parameter></methodparam>
Expand Down Expand Up @@ -192,10 +192,33 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
&return.true.always;
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.2.0</entry>
<entry>
Die Funktion gibt nun immer &true; zurück; zuvor gab sie bei einem
Fehler &false; zurück.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
7 changes: 4 additions & 3 deletions reference/sockets/functions/socket-create-listen.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a871ef72edf436c59422dedd538594db2541d5f1 Maintainer: conni Status: ready -->
<!-- Reviewed: yes Maintainer: samesch -->
<!-- EN-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Maintainer: conni Status: ready -->
<!-- Reviewed: yes -->
<!-- Rev-Revision: a62a46e9c785336bb7a145d5c5805c228a515031 Reviewer: samesch -->
<refentry xml:id="function.socket-create-listen" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>socket_create_listen</refname>
Expand All @@ -15,7 +16,7 @@
<methodsynopsis>
<type class="union"><type>Socket</type><type>false</type></type><methodname>socket_create_listen</methodname>
<methodparam><type>int</type><parameter>port</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>backlog</parameter><initializer>128</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>backlog</parameter><initializer><constant>SOMAXCONN</constant></initializer></methodparam>
</methodsynopsis>
<para>
<function>socket_create_listen</function> erzeugt eine neue
Expand Down
10 changes: 5 additions & 5 deletions reference/uodbc/functions/odbc-autocommit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a00f64d3cd559177e4ce197acff373646965bf92 Maintainer: nobody Status: ready -->
<!-- EN-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Maintainer: nobody Status: ready -->
<refentry xml:id="function.odbc-autocommit" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>odbc_autocommit</refname>
Expand All @@ -12,7 +12,7 @@
<methodsynopsis>
<type class="union"><type>int</type><type>bool</type></type><methodname>odbc_autocommit</methodname>
<methodparam><type>resource</type><parameter>odbc</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>enable</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type class="union"><type>bool</type><type>null</type></type><parameter>enable</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Schaltet das Autocommit-Verhalten um.
Expand Down Expand Up @@ -52,14 +52,14 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Ohne den Parameter <parameter>enable</parameter> gibt diese Funktion den
aktuellen autocommit-Status für die Datenbankverbindung
Wenn der Parameter <parameter>enable</parameter> &null; ist, gibt diese
Funktion den aktuellen autocommit-Status für die Datenbankverbindung
<parameter>odbc</parameter> zurück. Eine Zahl ungleich 0 wird
zurückgegeben, wenn autocommit aktiviert ist, 0, wenn es deaktiviert ist,
und &false;, im Fehlerfall.
</para>
<para>
Wird <parameter>enable</parameter> übergeben, gibt diese Funktion im
Wenn <parameter>enable</parameter> nicht &null; ist, gibt diese Funktion im
Erfolgsfall &true; zurück, und &false; im Fehlerfall.
</para>
</refsect1>
Expand Down
8 changes: 4 additions & 4 deletions reference/uodbc/functions/odbc-binmode.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 902c2b77f827e8d0ecccf4f62fb90065d2f6ef79 Maintainer: nobody Status: ready -->
<!-- EN-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Maintainer: nobody Status: ready -->
<refentry xml:id="function.odbc-binmode" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>odbc_binmode</refname>
Expand All @@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>odbc_binmode</methodname>
<type>true</type><methodname>odbc_binmode</methodname>
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
Expand Down Expand Up @@ -84,7 +84,7 @@
Wenn <function>odbc_fetch_into</function> genutzt wird, wird bei direkter
Ausgabe ein leerer String als Spaltenwert zurückgeliefert. Wenn
<function>odbc__result</function> genutzt wird, werden die Daten bei
direkter Ausgabe direkt an den Client gesendet, d.h. ausgegeben.
direkter Ausgabe direkt an den Client gesendet, &dh; ausgegeben.
</para>
</refsect1>

Expand Down Expand Up @@ -144,7 +144,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
&return.true.always;
</para>
</refsect1>

Expand Down
6 changes: 3 additions & 3 deletions reference/uodbc/functions/odbc-free-result.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 902c2b77f827e8d0ecccf4f62fb90065d2f6ef79 Maintainer: nobody Status: ready -->
<!-- EN-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Maintainer: nobody Status: ready -->
<refentry xml:id="function.odbc-free-result" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>odbc_free_result</refname>
Expand All @@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>odbc_free_result</methodname>
<type>true</type><methodname>odbc_free_result</methodname>
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
</methodsynopsis>
<para>
Expand Down Expand Up @@ -43,7 +43,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Gibt immer &true; zurück.
&return.true.always;
</para>
</refsect1>

Expand Down
17 changes: 9 additions & 8 deletions reference/uodbc/functions/odbc-longreadlen.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 902c2b77f827e8d0ecccf4f62fb90065d2f6ef79 Maintainer: nobody Status: ready -->
<!-- EN-Revision: db22a7cfcbc3af221f67e228336ac3e2d62aaf2c Maintainer: nobody Status: ready -->
<refentry xml:id="function.odbc-longreadlen" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>odbc_longreadlen</refname>
<refpurpose>Steuert die Behandlung von LONG-Spalten</refpurpose>
</refnamediv>
</refnamediv>

<refsect1 role="description">
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>odbc_longreadlen</methodname>
<type>true</type><methodname>odbc_longreadlen</methodname>
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
<methodparam><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
<para>
Steuert die Behandlung von <literal>LONG</literal>- und
<literal>LONGVARCHAR</literal>-Spalten. Die Standardlänge kann mit der
&php.ini;-Anweisung <link
linkend="ini.uodbc.defaultlrl">uodbc.defaultlrl</link> festgelegt werden.
&php.ini;-Anweisung
<link linkend="ini.uodbc.defaultlrl">uodbc.defaultlrl</link> festgelegt
werden.
</para>
</refsect1>

Expand All @@ -40,7 +41,7 @@
<para>
Die Anzahl von Bytes, die an PHP zurückgegeben werden, wird durch den
Parameter length gesteuert. Ist er auf <literal>0</literal> gesetzt,
werden die Daten von Long-Spalten an den Client durchgeschleift, d.h.
werden die Daten von Long-Spalten an den Client durchgeschleift, &dh;
ausgegeben, wenn sie mit <function>odbc_result</function> abgerufen
werden.
</para>
Expand All @@ -53,7 +54,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
&return.true.always;
</para>
</refsect1>

Expand Down

0 comments on commit cbcfa15

Please sign in to comment.