Date: 11/19/00
- Next message: Egon Schmid ( <email protected>): "Re: [PHP-DOC] German Manual WTF"
- Previous message: Jouni Ahto: "Re: [PHP-DOC] German Manual WTF"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
eschmid Sun Nov 19 05:20:24 2000 EDT
Modified files:
/phpdoc/de/functions var.xml
Log:
Should now show the English is_numeric().
Index: phpdoc/de/functions/var.xml
diff -u phpdoc/de/functions/var.xml:1.23 phpdoc/de/functions/var.xml:1.24
--- phpdoc/de/functions/var.xml:1.23 Wed Oct 11 04:41:50 2000
+++ phpdoc/de/functions/var.xml Sun Nov 19 05:20:24 2000
@@ -345,6 +345,39 @@
</refsect1>
</refentry>
+ <refentry id="function.is-numeric">
+ <refnamediv>
+ <refname>is_numeric</refname>
+ <refpurpose>
+ Finds whether a variable is a number or a numeric string
+ </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>int <function>is_numeric</function></funcdef>
+ <paramdef>mixed <parameter>var</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <para>
+ Returns true if <parameter>var</parameter> is a number or a
+ numeric string, false otherwise.
+ </para>
+ <para>
+ See also <function>is_bool</function>,
+ <function>is_double</function>,
+ <function>is_float</function>,
+ <function>is_int</function>,
+ <function>is_real</function>,
+ <function>is_string</function>,
+ <function>is_object</function>,
+ <function>is_array</function>, and
+ <function>is_integer</function>.
+ </para>
+ </refsect1>
+ </refentry>
+
<refentry id="function.is-object">
<refnamediv>
<refname>is_object</refname>
- Next message: Egon Schmid ( <email protected>): "Re: [PHP-DOC] German Manual WTF"
- Previous message: Jouni Ahto: "Re: [PHP-DOC] German Manual WTF"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

