svn: /phpdoc/de/trunk/ appendices/reserved.constants.core.xml appendices/resources.xml language/predefined/error/getcode.xml language/predefined/errorexception/construct.xml

[email protected] (Christoph Michael Becker)
Newsgroups php.doc.de
Message-ID <[email protected]>
cmb                                      Tue, 29 Dec 2020 18:23:57 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=352284

Log:
Sync with EN

Patch contributed by Kevin Reinders.

Changed paths:
    U   phpdoc/de/trunk/appendices/reserved.constants.core.xml
    U   phpdoc/de/trunk/appendices/resources.xml
    U   phpdoc/de/trunk/language/predefined/error/getcode.xml
    U   phpdoc/de/trunk/language/predefined/errorexception/construct.xml
svn-diffs-352284.txt (text/x-diff, 36.2 KB)
Modified: phpdoc/de/trunk/appendices/reserved.constants.core.xml
===================================================================
--- phpdoc/de/trunk/appendices/reserved.constants.core.xml	2020-12-29 17:55:33 UTC (rev 352283)
+++ phpdoc/de/trunk/appendices/reserved.constants.core.xml	2020-12-29 18:23:57 UTC (rev 352284)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348879 Maintainer: nobody Status: ready -->
+<!-- EN-Revision: 351133 Maintainer: reinders Status: ready -->
 <!-- Credits: hholzgra -->

  <sect2 xml:id="reserved.constants.core" xmlns="http://docbook.org/ns/docbook">
@@ -25,7 +25,7 @@
     <varlistentry xml:id="constant.php-major-version">
      <term>
       <constant>PHP_MAJOR_VERSION</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -37,7 +37,7 @@
     <varlistentry xml:id="constant.php-minor-version">
      <term>
       <constant>PHP_MINOR_VERSION</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -49,7 +49,7 @@
     <varlistentry xml:id="constant.php-release-version">
      <term>
       <constant>PHP_RELEASE_VERSION</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -61,7 +61,7 @@
     <varlistentry xml:id="constant.php-version-id">
      <term>
       <constant>PHP_VERSION_ID</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -88,7 +88,7 @@
     <varlistentry xml:id="constant.php-zts">
      <term>
       <constant>PHP_ZTS</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -99,7 +99,7 @@
     <varlistentry xml:id="constant.php-debug">
      <term>
       <constant>PHP_DEBUG</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -110,7 +110,7 @@
     <varlistentry xml:id="constant.php-maxpathlen">
      <term>
       <constant>PHP_MAXPATHLEN</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -172,7 +172,7 @@
     <varlistentry xml:id="constant.php-int-max">
      <term>
       <constant>PHP_INT_MAX</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -186,7 +186,7 @@
     <varlistentry xml:id="constant.php-int-min">
      <term>
       <constant>PHP_INT_MIN</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -200,7 +200,7 @@
     <varlistentry xml:id="constant.php-int-size">
      <term>
       <constant>PHP_INT_SIZE</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -212,7 +212,7 @@
     <varlistentry xml:id="constant.php-float-dig">
      <term>
       <constant>PHP_FLOAT_DIG</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -446,7 +446,7 @@
     <varlistentry xml:id="constant.e-error">
      <term>
       <constant>E_ERROR</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -457,7 +457,7 @@
     <varlistentry xml:id="constant.e-warning">
      <term>
       <constant>E_WARNING</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -468,7 +468,7 @@
     <varlistentry xml:id="constant.e-parse">
      <term>
       <constant>E_PARSE</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -479,7 +479,7 @@
     <varlistentry xml:id="constant.e-notice">
      <term>
       <constant>E_NOTICE</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -490,7 +490,7 @@
     <varlistentry xml:id="constant.e-core-error">
      <term>
       <constant>E_CORE_ERROR</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -501,7 +501,7 @@
     <varlistentry xml:id="constant.e-core-warning">
      <term>
       <constant>E_CORE_WARNING</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -512,7 +512,7 @@
     <varlistentry xml:id="constant.e-compile-error">
      <term>
       <constant>E_COMPILE_ERROR</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -523,7 +523,7 @@
     <varlistentry xml:id="constant.e-compile-warning">
      <term>
       <constant>E_COMPILE_WARNING</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -534,7 +534,7 @@
     <varlistentry xml:id="constant.e-user-error">
      <term>
       <constant>E_USER_ERROR</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -545,7 +545,7 @@
     <varlistentry xml:id="constant.e-user-warning">
      <term>
       <constant>E_USER_WARNING</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -556,7 +556,7 @@
     <varlistentry xml:id="constant.e-user-notice">
      <term>
       <constant>E_USER_NOTICE</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -567,7 +567,7 @@
     <varlistentry xml:id="constant.e-recoverble-error">
      <term>
       <constant>E_RECOVERABLE_ERROR</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -579,7 +579,7 @@
     <varlistentry xml:id="constant.e-deprecated">
      <term>
       <constant>E_DEPRECATED</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -591,7 +591,7 @@
     <varlistentry xml:id="constant.e-user-deprecated">
      <term>
       <constant>E_USER_DEPRECATED</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -603,7 +603,7 @@
     <varlistentry xml:id="constant.e-all">
      <term>
       <constant>E_ALL</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -614,7 +614,7 @@
     <varlistentry xml:id="constant.e-strict">
      <term>
       <constant>E_STRICT</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -625,7 +625,7 @@
     <varlistentry xml:id="constant.compiler-halt-offset">
      <term>
       <constant>__COMPILER_HALT_OFFSET__</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -636,7 +636,7 @@
     <varlistentry xml:id="constant.true">
      <term>
       &true;
-      (<type>boolean</type>)
+      (<type>bool</type>)
      </term>
      <listitem>
       <simpara>
@@ -647,7 +647,7 @@
     <varlistentry xml:id="constant.false">
      <term>
       &false;
-      (<type>boolean</type>)
+      (<type>bool</type>)
      </term>
      <listitem>
       <simpara>
@@ -669,7 +669,7 @@
     <varlistentry xml:id="constant.php-windows-event-ctrl-c">
      <term>
       <constant>PHP_WINDOWS_EVENT_CTRL_C</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>
@@ -681,7 +681,7 @@
     <varlistentry xml:id="constant.php-windows-event-ctrl-break">
      <term>
       <constant>PHP_WINDOWS_EVENT_CTRL_BREAK</constant>
-      (<type>integer</type>)
+      (<type>int</type>)
      </term>
      <listitem>
       <simpara>

Modified: phpdoc/de/trunk/appendices/resources.xml
===================================================================
--- phpdoc/de/trunk/appendices/resources.xml	2020-12-29 17:55:33 UTC (rev 352283)
+++ phpdoc/de/trunk/appendices/resources.xml	2020-12-29 18:23:57 UTC (rev 352284)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 350334 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 351794 Maintainer: hholzgra Status: ready -->
+<!-- Credits: reinders -->
 <appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
  <title>Liste der Ressource-Typen</title>
  <para>
@@ -268,9 +269,41 @@
     <entry>
      <function>curl_close</function>
     </entry>
-    <entry>Curl Session</entry>
+    <entry>cURL handle</entry>
    </row>
    <row>
+    <entry>curl_multi</entry>
+    <entry>
+     <function>curl_multi_init</function>
+    </entry>
+    <entry>
+     <function>curl_multi_errno</function>,
+     <function>curl_multi_exec</function>,
+     <function>curl_multi_info_read</function>,
+     <function>curl_multi_remove_handle</function>,
+     <function>curl_multi_select</function>,
+     <function>curl_multi_setopt</function>
+    </entry>
+    <entry>
+     <function>curl_multi_close</function>
+    </entry>
+    <entry>cURL multi handle</entry>
+   </row>
+   <row>
+    <entry>curl_share</entry>
+    <entry>
+     <function>curl_share_init</function>
+    </entry>
+    <entry>
+     <function>curl_share_errno</function>,
+     <function>curl_share_setopt</function>
+    </entry>
+    <entry>
+     <function>curl_share_close</function>
+    </entry>
+    <entry>cURL share handle</entry>
+   </row>
+   <row>
     <entry>dba</entry>
     <entry>
      <function>dba_open</function>
@@ -358,19 +391,45 @@
     <entry>dbx result</entry>
    </row>
    <row>
-     <entry>xpath context</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
+    <entry>enchant_broker</entry>
+    <entry>
+     <function>enchant_broker_init</function>
+    </entry>
+    <entry>
+     <function>enchant_broker_describe</function>,
+     <function>enchant_broker_dict_exists</function>,
+     <function>enchant_broker_get_dict_path</function>,
+     <function>enchant_broker_get_error</function>,
+     <function>enchant_broker_list_dicts</function>,
+     <function>enchant_broker_set_dict_path</function>,
+     <function>enchant_broker_set_ordering</function>
+    </entry>
+    <entry>
+     <function>enchant_broker_free</function>
+    </entry>
+    <entry>Enchant broker (vor PHP 8.0.0)</entry>
+   </row>
    <row>
-     <entry>xpath object</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
+    <entry>enchant_dict</entry>
+    <entry>
+     <function>enchant_broker_request_dict</function>
+     <function>enchant_broker_request_pwl_dict</function>
+    </entry>
+    <entry>
+     <function>enchant_dict_add_to_personal</function>,
+     <function>enchant_dict_add_to_session</function>,
+     <function>enchant_dict_check</function>,
+     <function>enchant_dict_describe</function>,
+     <function>enchant_dict_get_error</function>,
+     <function>enchant_dict_is_in_session</function>,
+     <function>enchant_dict_store_replacement</function>,
+     <function>enchant_dict_suggest</function>
+    </entry>
+    <entry>
+     <function>enchant_broker_free_dict</function>
+    </entry>
+    <entry>Enchant dictionary (vor PHP 8.0.0)</entry>
+   </row>
    <row>
     <entry>fbsql link</entry>
     <entry>
@@ -649,30 +708,6 @@
     <entry>GD-Zeichensatz</entry>
    </row>
    <row>
-     <entry>gd-PS-Encoding</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-    <entry>gd-PS-Font</entry>
-    <entry>
-     <function>imagepsloadfont</function>
-    </entry>
-    <entry>
-     <function>imagepstext</function>,
-     <function>imagepsslantfont</function>,
-     <function>imagepsextendfont</function>,
-     <function>imagepsencodefont</function>,
-     <function>imagepsbbox</function>
-    </entry>
-    <entry>
-     <function>imagepsfreefont</function>
-    </entry>
-    <entry>Postscript-Font für GD</entry>
-   </row>
-   <row>
     <entry>GMP-Integer</entry>
     <entry>
      <function>gmp_init</function>
@@ -826,6 +861,21 @@
    </row>
    <row>
      <entry>interbase blob</entry>
+     <entry>
+      <function>ibase_blob_create</function>,
+      <function>ibase_blob_import</function>,
+      <function>ibase_blob_open</function>
+     </entry>
+     <entry>
+      <function>ibase_blob_add</function>,
+      <function>ibase_blob_cancel</function>,
+      <function>ibase_blob_echo</function>,
+      <function>ibase_blob_get</function>,
+      <function>ibase_blob_info</function>
+     </entry>
+     <entry>
+      <function>ibase_blob_close</function>
+     </entry>
      <entry> </entry>
      <entry> </entry>
      <entry> </entry>
@@ -968,239 +1018,8 @@
      <entry> </entry>
      <entry> </entry>
      <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFAction</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFBitmap</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFButton</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFDisplayItem</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFFill</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFFont</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFGradient</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFMorph</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFMovie</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFShape</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFSprite</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFText</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>SWFTextField</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>mnogosearch agent</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>mnogosearch result</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-    <entry>msql link</entry>
-    <entry>
-     <function>msql_connect</function>
-    </entry>
-    <entry>
-     <function>msql</function>,
-     <function>msql_create_db</function>,
-     <function>msql_createdb</function>,
-     <function>msql_drop_db</function>,
-     <function>msql_drop_db</function>,
-     <function>msql_select_db</function>,
-     <function>msql_select_db</function>
-    </entry>
-    <entry>
-     <function>msql_close</function>
-    </entry>
-    <entry>Veriweis auf eine mSQL-Datenbank</entry>
    </row>
    <row>
-    <entry>msql link persistent</entry>
-    <entry>
-     <function>msql_pconnect</function>
-    </entry>
-    <entry>
-     <function>msql</function>,
-     <function>msql_create_db</function>,
-     <function>msql_createdb</function>,
-     <function>msql_drop_db</function>,
-     <function>msql_drop_db</function>,
-     <function>msql_select_db</function>,
-     <function>msql_select_db</function>
-    </entry>
-    <entry>
-     keine
-    </entry>
-    <entry>Persistenter Verweis auf eine mSQL-Datenbank</entry>
-   </row>
-   <row>
-    <entry>msql query</entry>
-    <entry>
-     <function>msql_db_query</function>,
-     <function>msql_list_dbs</function>,
-     <function>msql_list_fields</function>,
-     <function>msql_list_tables</function>,
-     <function>msql_query</function>
-    </entry>
-    <entry>
-     <function>msql</function>,
-     <function>msql_affected_rows</function>,
-     <function>msql_data_seek</function>,
-     <function>msql_dbname</function>,
-     <function>msql_fetch_array</function>,
-     <function>msql_fetch_field</function>,
-     <function>msql_fetch_object</function>,
-     <function>msql_fetch_row</function>,
-     <function>msql_field_seek</function>,
-     <function>msql_field_table</function>,
-     <function>msql_field_flags</function>,
-     <function>msql_field_len</function>,
-     <function>msql_field_name</function>,
-     <function>msql_field_type</function>,
-     <function>msql_num_fields</function>,
-     <function>msql_num_rows</function>,
-     <function>msql_numfields</function>,
-     <function>msql_numrows</function>,
-     <function>msql_result</function>
-    </entry>
-    <entry>
-     <function>msql_free_result</function>,
-     <function>msql_free_result</function>
-    </entry>
-    <entry>mSQL Ergebnis</entry>
-   </row>
-   <row>
-    <entry>mssql link</entry>
-    <entry>
-     <function>mssql_connect</function>
-    </entry>
-    <entry>
-     <function>mssql_query</function>,
-     <function>mssql_select_db</function>
-    </entry>
-    <entry>
-     <function>mssql_close</function>
-    </entry>
-    <entry>Verweis auf eine Microsoft SQL Server-Datenbank</entry>
-   </row>
-   <row>
-    <entry>mssql link persistent</entry>
-    <entry>
-     <function>mssql_pconnect</function>
-    </entry>
-    <entry>
-     <function>mssql_query</function>,
-     <function>mssql_select_db</function>
-    </entry>
-    <entry>
-     keine
-    </entry>
-    <entry>Persistenter Verweis auf eine Microsoft SQL Server-Datenbank</entry>
-   </row>
-   <row>
-    <entry>mssql result</entry>
-    <entry>
-     <function>mssql_query</function>
-    </entry>
-    <entry>
-     <function>mssql_data_seek</function>,
-     <function>mssql_fetch_array</function>,
-     <function>mssql_fetch_field</function>,
-     <function>mssql_fetch_object</function>,
-     <function>mssql_fetch_row</function>,
-     <function>mssql_field_length</function>,
-     <function>mssql_field_name</function>,
-     <function>mssql_field_seek</function>,
-     <function>mssql_field_type</function>,
-     <function>mssql_num_fields</function>,
-     <function>mssql_num_rows</function>,
-     <function>mssql_result</function>
-    </entry>
-    <entry>
-     <function>mssql_free_result</function>
-    </entry>
-    <entry>Microsoft SQL Server-Ergebnis</entry>
-   </row>
-   <row>
     <entry>mysql link</entry>
     <entry>
      <function>mysql_connect</function>
@@ -1307,16 +1126,16 @@
        <function>oci_new_collection</function>
      </entry>
      <entry>
-       <function>OCI-Collection::append</function>,
-       <function>OCI-Collection::assign</function>,
-       <function>OCI-Collection::assignElem</function>,
-       <function>OCI-Collection::getElem</function>,
-       <function>OCI-Collection::max</function>,
-       <function>OCI-Collection::size</function>,
-       <function>OCI-Collection::trim</function>
+       <function>OCICollection::append</function>,
+       <function>OCICollection::assign</function>,
+       <function>OCICollection::assignElem</function>,
+       <function>OCICollection::getElem</function>,
+       <function>OCICollection::max</function>,
+       <function>OCICollection::size</function>,
+       <function>OCICollection::trim</function>
      </entry>
      <entry>
-       <function>OCI-Collection::free</function>
+       <function>OCICollection::free</function>
      </entry>
      <entry>Oracle Collection</entry>
     </row>
@@ -1351,32 +1170,32 @@
        <function>oci_new_descriptor</function>
      </entry>
      <entry>
-       <function>OCI-Lob::append</function>,
-       <function>OCI-Lob::close</function>,
-       <function>OCI-Lob::eof</function>,
-       <function>OCI-Lob::erase</function>,
-       <function>OCI-Lob::export</function>,
-       <function>OCI-Lob::flush</function>,
-       <function>OCI-Lob::getBuffering</function>,
-       <function>OCI-Lob::import</function>,
-       <function>OCI-Lob::load</function>,
-       <function>OCI-Lob::read</function>,
-       <function>OCI-Lob::rewind</function>,
-       <function>OCI-Lob::save</function>,
-       <function>OCI-Lob::saveFile</function>,
-       <function>OCI-Lob::seek</function>,
-       <function>OCI-Lob::setBuffering</function>,
-       <function>OCI-Lob::size</function>,
-       <function>OCI-Lob::tell</function>,
-       <function>OCI-Lob::truncate</function>,
-       <function>OCI-Lob::write</function>,
-       <function>OCI-Lob::writeTemporary</function>,
-       <function>OCI-Lob::writeToFile</function>,
+       <function>OCILob::append</function>,
+       <function>OCILob::close</function>,
+       <function>OCILob::eof</function>,
+       <function>OCILob::erase</function>,
+       <function>OCILob::export</function>,
+       <function>OCILob::flush</function>,
+       <function>OCILob::getBuffering</function>,
+       <function>OCILob::import</function>,
+       <function>OCILob::load</function>,
+       <function>OCILob::read</function>,
+       <function>OCILob::rewind</function>,
+       <function>OCILob::save</function>,
+       <function>OCILob::saveFile</function>,
+       <function>OCILob::seek</function>,
+       <function>OCILob::setBuffering</function>,
+       <function>OCILob::size</function>,
+       <function>OCILob::tell</function>,
+       <function>OCILob::truncate</function>,
+       <function>OCILob::write</function>,
+       <function>OCILob::writeTemporary</function>,
+       <function>OCILob::writeToFile</function>,
        <function>oci_lob_copy</function>,
        <function>oci_lob_is_equal</function>
      </entry>
      <entry>
-       <function>OCI-Lob::free</function>
+       <function>OCILob::free</function>
      </entry>
      <entry>Oracle Large Objects</entry>
     </row>
@@ -1515,7 +1334,7 @@
      <entry> </entry>
      <entry> </entry>
      <entry> </entry>
-     <entry> </entry>
+     <entry>Link zur Birdstep Datenbank (vor PHP 7.3.0)</entry>
     </row>
    <row>
      <entry>birdstep result</entry>
@@ -1522,7 +1341,7 @@
      <entry> </entry>
      <entry> </entry>
      <entry> </entry>
-     <entry> </entry>
+     <entry>Birdstep result (vor PHP 7.3.0)</entry>
     </row>
    <row>
     <entry>OpenSSL key</entry>
@@ -1556,134 +1375,6 @@
     <entry>Public Key</entry>
    </row>
    <row>
-    <entry>pdf document</entry>
-    <entry>
-     <function>pdf_new</function>
-    </entry>
-    <entry>
-     <function>pdf_add_bookmark</function>,
-     <function>pdf_add_launchlink</function>,
-     <function>pdf_add_locallink</function>,
-     <function>pdf_add_note</function>,
-     <function>pdf_add_pdflink</function>,
-     <function>pdf_add_weblink</function>,
-     <function>pdf_arc</function>,
-     <function>pdf_attach_file</function>,
-     <function>pdf_begin_page</function>,
-     <function>pdf_circle</function>,
-     <function>pdf_clip</function>,
-     <function>pdf_closepath</function>,
-     <function>pdf_closepath_fill_stroke</function>,
-     <function>pdf_closepath_stroke</function>,
-     <function>pdf_concat</function>,
-     <function>pdf_continue_text</function>,
-     <function>pdf_curveto</function>,
-     <function>pdf_end_page</function>,
-     <function>pdf_endpath</function>,
-     <function>pdf_fill</function>,
-     <function>pdf_fill_stroke</function>,
-     <function>pdf_findfont</function>,
-     <function>pdf_get_buffer</function>,
-     <function>pdf_get_image_height</function>,
-     <function>pdf_get_image_width</function>,
-     <function>pdf_get_parameter</function>,
-     <function>pdf_get_value</function>,
-     <function>pdf_lineto</function>,
-     <function>pdf_moveto</function>,
-     <function>pdf_open_ccitt</function>,
-     <function>pdf_open_file</function>,
-     <function>pdf_open_image_file</function>,
-     <function>pdf_place_image</function>,
-     <function>pdf_rect</function>,
-     <function>pdf_restore</function>,
-     <function>pdf_rotate</function>,
-     <function>pdf_save</function>,
-     <function>pdf_scale</function>,
-     <function>pdf_setdash</function>,
-     <function>pdf_setflat</function>,
-     <function>pdf_setfont</function>,
-     <function>pdf_setgray</function>,
-     <function>pdf_setgray_fill</function>,
-     <function>pdf_setgray_stroke</function>,
-     <function>pdf_setlinecap</function>,
-     <function>pdf_setlinejoin</function>,
-     <function>pdf_setlinewidth</function>,
-     <function>pdf_setmiterlimit</function>,
-     <function>pdf_setpolydash</function>,
-     <function>pdf_setrgbcolor</function>,
-     <function>pdf_setrgbcolor_fill</function>,
-     <function>pdf_setrgbcolor_stroke</function>,
-     <function>pdf_set_border_color</function>,
-     <function>pdf_set_border_dash</function>,
-     <function>pdf_set_border_style</function>,
-     <function>pdf_set_char_spacing</function>,
-     <function>pdf_set_duration</function>,
-     <function>pdf_set_font</function>,
-     <function>pdf_set_horiz_scaling</function>,
-     <function>pdf_set_parameter</function>,
-     <function>pdf_set_text_pos</function>,
-     <function>pdf_set_text_rendering</function>,
-     <function>pdf_set_value</function>,
-     <function>pdf_set_word_spacing</function>,
-     <function>pdf_show</function>,
-     <function>pdf_show_boxed</function>,
-     <function>pdf_show_xy</function>,
-     <function>pdf_skew</function>,
-     <function>pdf_stringwidth</function>,
-     <function>pdf_stroke</function>,
-     <function>pdf_translate</function>,
-     <function>pdf_add_thumbnail</function>,
-     <function>pdf_arcn</function>,
-     <function>pdf_begin_pattern</function>,
-     <function>pdf_begin_template</function>,
-     <function>pdf_end_pattern</function>,
-     <function>pdf_end_template</function>,
-     <function>pdf_initgraphics</function>,
-     <function>pdf_makespotcolor</function>,
-     <function>pdf_set_info</function>,
-     <function>pdf_setcolor</function>,
-     <function>pdf_setmatrix</function>,
-     <function>pdf_open_memory_image</function>
-    </entry>
-    <entry>
-     <function>pdf_close</function>,
-     <function>pdf_delete</function>
-    </entry>
-    <entry>PDF-Dokument</entry>
-   </row>
-   <row>
-    <entry>pdf image</entry>
-    <entry>
-     <function>pdf_open_image</function>,
-     <function>pdf_open_image_file</function>,
-     <function>pdf_open_memory_image</function>
-    </entry>
-    <entry>
-     <function>pdf_get_image_height</function>,
-     <function>pdf_get_image_width</function>,
-     <function>pdf_open_CCITT</function>,
-     <function>pdf_place_image</function>
-    </entry>
-    <entry>
-     <function>pdf_close_image</function>
-    </entry>
-    <entry>Bild in einer PDF-Datei</entry>
-   </row>
-   <row>
-     <entry>pdf object</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>pdf outline</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
     <entry>pgsql large object</entry>
     <entry>
      <function>pg_lo_open</function>
@@ -1829,36 +1520,8 @@
      <entry> </entry>
      <entry> </entry>
      <entry> </entry>
-    </row>
+   </row>
    <row>
-     <entry>printer</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>printer brush</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>printer font</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
-     <entry>printer pen</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
     <entry>pspell</entry>
     <entry>
      <function>pspell_new</function>,
@@ -1912,7 +1575,7 @@
     <entry>
      <function>shmop_close</function>
     </entry>
-    <entry>Handle eines Shared-Memory-Blocks (von PHP 7.0.0 an)</entry>
+    <entry>Handle eines Shared-Memory-Blocks (vor PHP 8.0.0)</entry>
    </row>
    <row>
     <entry>Socket</entry>
@@ -1957,31 +1620,6 @@
     <entry>Socket (Sockets Extension)</entry>
    </row>
    <row>
-    <entry>sockets file descriptor set</entry>
-    <entry>
-     <function>socket</function>
-    </entry>
-    <entry>
-     <function>accept_connect</function>,
-     <function>bind</function>,
-     <function>connect</function>,
-     <function>listen</function>,
-     <function>read</function>,
-     <function>write</function>
-    </entry>
-    <entry>
-     <function>close</function>
-    </entry>
-    <entry>Socket</entry>
-   </row>
-   <row>
-     <entry>sockets i/o vector</entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-     <entry> </entry>
-    </row>
-   <row>
     <entry>stream</entry>
     <entry>
      <function>opendir</function>
@@ -2070,107 +1708,23 @@
     <entry>Socket-Handle</entry>
    </row>
    <row>
-    <entry>sybase-db link</entry>
+    <entry>sysvmsg queue</entry>
     <entry>
-     <function>sybase_connect</function>
+     <function>msg_get_queue</function>
     </entry>
     <entry>
-     <function>sybase_query</function>,
-     <function>sybase_select_db</function>
+     <function>msg_queue_exists</function>,
+     <function>msg_receive</function>,
+     <function>msg_send</function>,
+     <function>msg_set_queue</function>,
+     <function>msg_stat_queue</function>
     </entry>
     <entry>
-     <function>sybase_close</function>
+     <function>msg_remove_queue</function>
     </entry>
-    <entry>Verweis auf eine Sybase-Datenbank über die DB-Bibliothek</entry>
+    <entry>System V Nachrichten Warteschlange</entry>
    </row>
    <row>
-    <entry>sybase-db link persistent</entry>
-    <entry>
-     <function>sybase_pconnect</function>
-    </entry>
-    <entry>
-     <function>sybase_query</function>,
-     <function>sybase_select_db</function>
-    </entry>
-    <entry>
-     keine
-    </entry>
-    <entry>Persistenter Verweis auf eine Sybase-Datenbank über die DB-Bibliothek</entry>
-   </row>
-   <row>
-    <entry>sybase-db result</entry>
-    <entry>
-     <function>sybase_query</function>,
-     <function>sybase_unbuffered_query</function>
-    </entry>
-    <entry>
-     <function>sybase_data_seek</function>,
-     <function>sybase_fetch_array</function>,
-     <function>sybase_fetch_field</function>,
-     <function>sybase_fetch_object</function>,
-     <function>sybase_fetch_row</function>,
-     <function>sybase_field_seek</function>,
-     <function>sybase_num_fields</function>,
-     <function>sybase_num_rows</function>,
-     <function>sybase_result</function>
-    </entry>
-    <entry>
-     <function>sybase_free_result</function>
-    </entry>
-    <entry>Sybase-Ergebnis (DB-Bibliothek)</entry>
-   </row>
-   <row>
-    <entry>sybase-ct link</entry>
-    <entry>
-     <function>sybase_connect</function>
-    </entry>
-    <entry>
-     <function>sybase_affected_rows</function>,
-     <function>sybase_query</function>,
-     <function>sybase_select_db</function>
-    </entry>
-    <entry>
-     <function>sybase_close</function>
-    </entry>
-    <entry>Verweis auf eine Sybase-Datenbank (CT-Bibliothek)</entry>
-   </row>
-   <row>
-    <entry>sybase-ct link persistent</entry>
-    <entry>
-     <function>sybase_pconnect</function>
-    </entry>
-    <entry>
-     <function>sybase_affected_rows</function>,
-     <function>sybase_query</function>,
-     <function>sybase_select_db</function>
-    </entry>
-    <entry>
-     keine
-    </entry>
-    <entry>Persistenter Verweis auf eine Sybase-Datenbank (CT-Bibliothek)</entry>
-   </row>
-   <row>
-    <entry>sybase-ct result</entry>
-    <entry>
-     <function>sybase_query</function>
-    </entry>
-    <entry>
-     <function>sybase_data_seek</function>,
-     <function>sybase_fetch_array</function>,
-     <function>sybase_fetch_field</function>,
-     <function>sybase_fetch_object</function>,
-     <function>sybase_fetch_row</function>,
-     <function>sybase_field_seek</function>,
-     <function>sybase_num_fields</function>,
-     <function>sybase_num_rows</function>,
-     <function>sybase_result</function>
-    </entry>
-    <entry>
-     <function>sybase_free_result</function>
-    </entry>
-    <entry>Sybase Ergebnis (CT Bibliothek)</entry>
-   </row>
-   <row>
     <entry>sysvsem</entry>
     <entry>
      <function>sem_get</function>
@@ -2240,7 +1794,7 @@
     <entry>
      <function>xml_parser_free</function>
     </entry>
-    <entry>XML-Parser</entry>
+    <entry>XML-Parser (vor PHP 8.0.0)</entry>
    </row>
    <row>
     <entry>zlib</entry>
@@ -2274,9 +1828,9 @@
      <function>deflate_add</function>
     </entry>
     <entry>
-     <function>keine</function>
+     Keine
     </entry>
-    <entry>inkrementeller Deflate-Kontext</entry>
+    <entry>inkrementeller Deflate-Kontext (vor PHP 8.0.0)</entry>
    </row>
    <row>
     <entry>zlib.inflate</entry>
@@ -2284,12 +1838,14 @@
      <function>inflate_init</function>
     </entry>
     <entry>
-     <function>inflate_add</function>
+     <function>inflate_add</function>,
+     <function>inflate_get_read_len</function>,
+     <function>inflate_get_satus</function>
     </entry>
     <entry>
-     <function>keine</function>
+     Keine
     </entry>
-    <entry>inkrementeller Inflate-Kontext</entry>
+    <entry>inkrementeller Inflate-Kontext (vor PHP 8.0.0)</entry>
    </row>
        </tbody>
    </tgroup>

Modified: phpdoc/de/trunk/language/predefined/error/getcode.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/error/getcode.xml	2020-12-29 17:55:33 UTC (rev 352283)
+++ phpdoc/de/trunk/language/predefined/error/getcode.xml	2020-12-29 18:23:57 UTC (rev 352284)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 342988 Maintainer: simp Status: ready -->
-<!-- Reviewed: no -->
+<!-- EN-Revision: 351133 Maintainer: simp Status: ready -->
+<!-- Credits: reinders -->

 <refentry xml:id="error.getcode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -28,7 +28,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Gibt den Fehlercode als <type>Integer</type> zurück
+   Gibt den Fehlercode als <type>int</type> zurück
   </para>
  </refsect1>


Modified: phpdoc/de/trunk/language/predefined/errorexception/construct.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/errorexception/construct.xml	2020-12-29 17:55:33 UTC (rev 352283)
+++ phpdoc/de/trunk/language/predefined/errorexception/construct.xml	2020-12-29 18:23:57 UTC (rev 352284)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 339185 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 351133 Maintainer: sammywg Status: ready -->
+<!-- Credits: reinders -->

 <refentry xml:id="errorexception.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -52,7 +53,7 @@
       </para>
       <note>
        <para>
-        Obgleich die Schwere ein beliebiger <type>Integer</type>-Wert sein kann,
+        Obgleich die Schwere ein beliebiger <type>int</type>-Wert sein kann,
         ist es vorgesehen, dass die <link linkend="errorfunc.constants">Fehler-
         Konstantaten</link> verwendet werden.
        </para>
@@ -86,30 +87,6 @@
    </variablelist>
   </para>
  </refsect1>
-
- <refsect1 role="changelog">
-  &reftitle.changelog;
- <para>
-  <informaltable>
-   <tgroup cols="2">
-    <thead>
-     <row>
-      <entry>&Version;</entry>
-      <entry>&Description;</entry>
-     </row>
-    </thead>
-    <tbody>
-     <row>
-      <entry>5.3.0</entry>
-      <entry>
-       Der Parameter <parameter>previous</parameter> wurde hinzugefügt.
-      </entry>
-     </row>
-    </tbody>
-   </tgroup>
-  </informaltable>
- </para>
- </refsect1>
 </refentry>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.