fa Fri Feb 3 14:52:24 2006 UTC
Modified files:
/phpdoc/en/reference/var/functions gettype.xml
Log:
adapted newer format before translating
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/var/functions/gettype.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/var/functions/gettype.xml
diff -u phpdoc/en/reference/var/functions/gettype.xml:1.6
phpdoc/en/reference/var/functions/gettype.xml:1.7
--- phpdoc/en/reference/var/functions/gettype.xml:1.6 Fri Jan 14 02:10:19 2005
+++ phpdoc/en/reference/var/functions/gettype.xml Fri Feb 3 14:52:24 2006
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
-<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
+<!-- $Revision: 1.7 $ -->
+<!-- splitted from ./en/functions/var.xml in rev 1.2 -->
<refentry id="function.gettype">
<refnamediv>
<refname>gettype</refname>
<refpurpose>Get the type of a variable</refpurpose>
</refnamediv>
- <refsect1>
- <title>Description</title>
+ <refsect1 role="description">
+ &reftitle.description;
<methodsynopsis>
<type>string</type><methodname>gettype</methodname>
<methodparam><type>mixed</type><parameter>var</parameter></methodparam>
@@ -26,6 +26,9 @@
Instead, use the <literal>is_*</literal> functions.
</simpara>
</warning>
+ </refsect1>
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
<para>
Possibles values for the returned string are:
<itemizedlist>
@@ -68,19 +71,23 @@
<function>method_exists</function> to replace the prior usage of
<function>gettype</function> on a function.
</para>
+ </refsect1>
+ <refsect1 role="seealso">
+ &reftitle.seealso;
<para>
- See also
- <function>settype</function>,
- <function>is_array</function>,
- <function>is_bool</function>,
- <function>is_float</function>,
- <function>is_int</function>,
- <function>is_null</function>,
- <function>is_numeric</function>,
- <function>is_object</function>,
- <function>is_resource</function>,
- <function>is_scalar</function>, and
- <function>is_string</function>.
+ <simplelist>
+ <member><function>settype</function></member>
+ <member><function>is_array</function></member>
+ <member><function>is_bool</function></member>
+ <member><function>is_float</function></member>
+ <member><function>is_int</function></member>
+ <member><function>is_null</function></member>
+ <member><function>is_numeric</function></member>
+ <member><function>is_object</function></member>
+ <member><function>is_resource</function></member>
+ <member><function>is_scalar</function></member>
+ <member><function>is_string</function></member>
+ </simplelist>
</para>
</refsect1>
</refentry>