svn: /phpdoc/de/trunk/language/ types.xml
[email protected] (Christoph Michael Becker)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
cmb Thu, 12 Nov 2020 23:42:16 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351368
Log:
Sync with EN
Changed paths:
U phpdoc/de/trunk/language/types.xml
Modified: phpdoc/de/trunk/language/types.xml
===================================================================
--- phpdoc/de/trunk/language/types.xml 2020-11-12 23:34:26 UTC (rev 351367)
+++ phpdoc/de/trunk/language/types.xml 2020-11-12 23:42:16 UTC (rev 351368)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 342500 Maintainer: hholzgra Status: ready -->
+<!-- EN-Revision: 351365 Maintainer: hholzgra Status: ready -->
<!-- CREDITS: samesch, betz -->
<chapter xml:id="language.types" xmlns="http://docbook.org/ns/docbook">
<title>Typen</title>
@@ -20,13 +20,13 @@
<listitem>
<simpara>
- <type>Boolean</type>
+ <type>bool</type>
</simpara>
</listitem>
<listitem>
<simpara>
- <type>Integer</type>
+ <type>int</type>
</simpara>
</listitem>
@@ -111,24 +111,6 @@
<listitem>
<simpara>
- <type>number</type>
- </simpara>
- </listitem>
-
- <listitem>
- <simpara>
- <type>callback</type> (alias <type>callable</type>)
- </simpara>
- </listitem>
-
- <listitem>
- <simpara>
- <type>array|object</type>
- </simpara>
- </listitem>
-
- <listitem>
- <simpara>
<type>void</type>
</simpara>
</listitem>
@@ -135,10 +117,6 @@
</itemizedlist>
- <para>
- Sowie die Pseudovariable <parameter>$...</parameter>.
- </para>
-
<simpara>
Sie werden auch ein paar Hinweise auf den Typ "Double" finden.
Betrachten Sie Double als dasselbe wie Float. Die beiden
@@ -227,6 +205,7 @@
&language.types.resource;
&language.types.null;
&language.types.callable;
+ &language.types.declarations;
&language.types.pseudo-types;
&language.types.type-juggling;