svn: /phpdoc/de/trunk/ language/predefined/exception/construct.xml language/predefined/exception.xml language/predefined/iterator/key.xml language/predefined/variables/get.xml reference/datetime/functions/strtotime.xml reference/datetime/functions/timezone-open.xml
[email protected] ("Carola 'Sammy' Kummert")
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
sammywg Sun, 25 Jul 2010 10:35:16 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=301529
Log:
sync with en
Changed paths:
U phpdoc/de/trunk/language/predefined/exception/construct.xml
U phpdoc/de/trunk/language/predefined/exception.xml
U phpdoc/de/trunk/language/predefined/iterator/key.xml
U phpdoc/de/trunk/language/predefined/variables/get.xml
U phpdoc/de/trunk/reference/datetime/functions/strtotime.xml
U phpdoc/de/trunk/reference/datetime/functions/timezone-open.xml
svn-diffs-301529.txt
(text/x-diff, 9.7 KB)
Modified: phpdoc/de/trunk/language/predefined/exception/construct.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/exception/construct.xml 2010-07-25 06:52:21 UTC (rev 301528)
+++ phpdoc/de/trunk/language/predefined/exception/construct.xml 2010-07-25 10:35:16 UTC (rev 301529)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 298918 Maintainer: sammywg Status: ready -->
<refentry xml:id="exception.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -14,7 +14,7 @@
<modifier>public</modifier> <methodname>Exception::__construct</methodname>
<methodparam choice="opt"><type>string</type><parameter>message</parameter><initializer>""</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>code</parameter><initializer>0</initializer></methodparam>
- <methodparam choice="opt"><type>Exception</type><parameter>previous</parameter><initializer>NULL</initializer></methodparam>
+ <methodparam choice="opt"><type>Exception</type><parameter>previous</parameter><initializer>&null;</initializer></methodparam>
</constructorsynopsis>
<para>
Erstellt die Exception.
Modified: phpdoc/de/trunk/language/predefined/exception.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/exception.xml 2010-07-25 06:52:21 UTC (rev 301528)
+++ phpdoc/de/trunk/language/predefined/exception.xml 2010-07-25 10:35:16 UTC (rev 301529)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 292734 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 298830 Maintainer: sammywg Status: ready -->
<phpdoc:exceptionref xml:id="class.exception"
xmlns="http://docbook.org/ns/docbook"
@@ -44,11 +44,6 @@
<varname linkend="exception.props.message">message</varname>
</fieldsynopsis>
<fieldsynopsis>
- <modifier>private</modifier>
- <type>string</type>
- <varname linkend="exception.props.string">string</varname>
- </fieldsynopsis>
- <fieldsynopsis>
<modifier>protected</modifier>
<type>int</type>
<varname linkend="exception.props.code">code</varname>
@@ -63,11 +58,6 @@
<type>int</type>
<varname linkend="exception.props.line">line</varname>
</fieldsynopsis>
- <fieldsynopsis>
- <modifier>private</modifier>
- <type>array</type>
- <varname linkend="exception.props.trace">trace</varname>
- </fieldsynopsis>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[1])" />
@@ -88,12 +78,6 @@
<para>Die Exceptionmeldung.</para>
</listitem>
</varlistentry>
- <varlistentry xml:id="exception.props.string">
- <term><varname>string</varname></term>
- <listitem>
- <para>Der interne Name der Exception.</para>
- </listitem>
- </varlistentry>
<varlistentry xml:id="exception.props.code">
<term><varname>code</varname></term>
<listitem>
@@ -114,12 +98,6 @@
wurde).</para>
</listitem>
</varlistentry>
- <varlistentry xml:id="exception.props.trace">
- <term><varname>trace</varname></term>
- <listitem>
- <para>Der Stacktrace.</para>
- </listitem>
- </varlistentry>
</variablelist>
</section>
<!-- }}} -->
Modified: phpdoc/de/trunk/language/predefined/iterator/key.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/iterator/key.xml 2010-07-25 06:52:21 UTC (rev 301528)
+++ phpdoc/de/trunk/language/predefined/iterator/key.xml 2010-07-25 10:35:16 UTC (rev 301529)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 295890 Maintainer: sammywg Status: ready -->
<refentry xml:id="iterator.key" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -27,15 +27,14 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Gibt bei Erfolg einen <type>Skalar</type> zurück, im Fehlerfall wird der
- <type>Integer</type>wert <literal>0</literal> zurückgegeben.
+ Gibt bei Erfolg einen <type>Skalar</type> zurück, im Fehlerfall wird &null; zurückgegeben.
</para>
</refsect1>
<refsect1 role="errors"><!-- {{{ -->
&reftitle.errors;
<para>
- Wirft im Fehlerfall eine Meldung vom Typ <constant>E_WARNING</constant>.
+ Wirft im Fehlerfall eine Meldung vom Typ <constant>E_NOTICE</constant>.
</para>
</refsect1><!-- }}} -->
Modified: phpdoc/de/trunk/language/predefined/variables/get.xml
===================================================================
--- phpdoc/de/trunk/language/predefined/variables/get.xml 2010-07-25 06:52:21 UTC (rev 301528)
+++ phpdoc/de/trunk/language/predefined/variables/get.xml 2010-07-25 10:35:16 UTC (rev 301529)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 288721 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 296092 Maintainer: sammywg Status: ready -->
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.get" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
<refnamediv>
@@ -78,6 +78,11 @@
<refsect1 role="notes">
&reftitle.notes;
¬e.is-superglobal;
+ <note>
+ <para>
+ Die GET-Variablen werden automatisch mit <function>urldecode</function> behandelt.
+ </para>
+ </note>
</refsect1>
<refsect1 role="seealso">
Modified: phpdoc/de/trunk/reference/datetime/functions/strtotime.xml
===================================================================
--- phpdoc/de/trunk/reference/datetime/functions/strtotime.xml 2010-07-25 06:52:21 UTC (rev 301528)
+++ phpdoc/de/trunk/reference/datetime/functions/strtotime.xml 2010-07-25 10:35:16 UTC (rev 301529)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 290984 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 299419 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.strtotime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -41,11 +41,7 @@
<varlistentry>
<term><parameter>time</parameter></term>
<listitem>
- <para>
- Die zu parsende Zeichenkette.
- Vor PHP 5.0.0 war die Angabe von Mikrosekunden in einer Zeitangabe
- nicht erlaubt, seit PHP 5.0.0 ist dies erlaubt, wird aber ignoriert.
- </para>
+ <para>&date.formats.parameter;</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -89,6 +85,13 @@
</thead>
<tbody>
<row>
+ <entry>5.3.0</entry>
+ <entry>
+ Vor PHP 5.3.0 war <literal>24:00<literal> keine korrekte Formatierung,
+ daher gab <function>strtotime</function> &false; zurück.
+ </entry>
+ </row>
+ <row>
<entry>5.2.7</entry>
<entry>
Wird in PHP 5 vor Version 5.2.7 ein gegebenes Vorkommen eines angegebenen Wochentages eines Monats abgefragt, der der erste Tag des Monats ist, wird eine Woche zum zurückgegebenen Zeitstempel addiert.
@@ -114,6 +117,12 @@
</entry>
</row>
<row>
+ <entry>5.0.0</entry>
+ <entry>
+ 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>
Modified: phpdoc/de/trunk/reference/datetime/functions/timezone-open.xml
===================================================================
--- phpdoc/de/trunk/reference/datetime/functions/timezone-open.xml 2010-07-25 06:52:21 UTC (rev 301528)
+++ phpdoc/de/trunk/reference/datetime/functions/timezone-open.xml 2010-07-25 10:35:16 UTC (rev 301529)
@@ -1,48 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: sammywg Status: ready -->
+<!-- EN-Revision: 298831 Maintainer: sammywg Status: ready -->
<refentry xml:id="function.timezone-open" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>timezone_open</refname>
- <refpurpose>Gibt ein neues DateTimeZone-Objekt zurück</refpurpose>
+ <refpurpose>&Alias; <methodname>DateTimeZone::__construct</methodname></refpurpose>
</refnamediv>
+
<refsect1 role="description">
&reftitle.description;
- <methodsynopsis>
- <type>DateTimeZone</type><methodname>timezone_open</methodname>
- <methodparam><type>string</type><parameter>timezone</parameter></methodparam>
- </methodsynopsis>
- <methodsynopsis>
- <type>DateTimeZone</type><methodname>DateTimeZone::__construct</methodname>
- <methodparam><type>string</type><parameter>timezone</parameter></methodparam>
- </methodsynopsis>
- </refsect1>
-
- <refsect1 role="parameters">
- &reftitle.parameters;
<para>
- <variablelist>
- <varlistentry>
- <term><parameter>timezone</parameter></term>
- <listitem>
- <para>
- Zeitzonen-Identifier als vollständiger Name (z.B. Europa/Prague) oder
- Abkürzung (z.B. CET).
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
+ &info.function.alias; <methodname>DateTimeZone::__construct</methodname>
</para>
</refsect1>
- <refsect1 role="returnvalues">
- &reftitle.returnvalues;
- <para>
- Gibt im Erfolgsfall ein DateTimeZone-Objekt zurück. &return.falseforfailure;
- </para>
- </refsect1>
-
</refentry>