svn: /phpdoc/de/trunk/reference/ array/functions/array-splice.xml datetime/functions/strtotime.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Thu, 28 Feb 2019 14:52:52 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=346923
Log:
Fix errors in translation
Patch provided by Florian Berberich.
Changed paths:
U phpdoc/de/trunk/reference/array/functions/array-splice.xml
U phpdoc/de/trunk/reference/datetime/functions/strtotime.xml
Modified: phpdoc/de/trunk/reference/array/functions/array-splice.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-splice.xml 2019-02-28 14:43:10 UTC (rev 346922)
+++ phpdoc/de/trunk/reference/array/functions/array-splice.xml 2019-02-28 14:52:52 UTC (rev 346923)
@@ -15,7 +15,7 @@
<type>array</type><methodname>array_splice</methodname>
<methodparam><type>array</type><parameter role="reference">input</parameter></methodparam>
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>count($input)</initializer></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>replacement</parameter><initializer>array()</initializer></methodparam>
</methodsynopsis>
<para>
Modified: phpdoc/de/trunk/reference/datetime/functions/strtotime.xml
===================================================================
--- phpdoc/de/trunk/reference/datetime/functions/strtotime.xml 2019-02-28 14:43:10 UTC (rev 346922)
+++ phpdoc/de/trunk/reference/datetime/functions/strtotime.xml 2019-02-28 14:52:52 UTC (rev 346923)
@@ -132,14 +132,6 @@
Die Angabe von Mikrosekunden ist erlaubt, wird aber ignoriert.
</entry>
</row>
- <row>
- <entry>4.4.0</entry>
- <entry>
- In PHP-Versionen vor 4.4.0 wird <literal>"next"</literal>
- fälschlicherweise als +2 interpretiert. Eine einfache Lösung für dieses
- Problem ist, explizit <literal>+1</literal> zu verwenden.
- </entry>
- </row>
</tbody>
</tgroup>
</informaltable>