sammywg         Wed Jan  3 11:21:58 2007 UTC

  Modified files:              
    /phpdoc/en/reference/var/functions  strval.xml 
  Log:
  update \"see also\" section
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/var/functions/strval.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/var/functions/strval.xml
diff -u phpdoc/en/reference/var/functions/strval.xml:1.2 
phpdoc/en/reference/var/functions/strval.xml:1.3
--- phpdoc/en/reference/var/functions/strval.xml:1.2    Wed Apr 17 06:44:59 2002
+++ phpdoc/en/reference/var/functions/strval.xml        Wed Jan  3 11:21:58 2007
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.28 -->
   <refentry id="function.strval">
    <refnamediv>
     <refname>strval</refname>
     <refpurpose>Get string value of a variable</refpurpose>
    </refnamediv>
-   <refsect1>
-    <title>Description</title>
+   <refsect1 role="description">
+    &reftitle.description;
      <methodsynopsis>
       <type>string</type><methodname>strval</methodname>
       <methodparam><type>mixed</type><parameter>var</parameter></methodparam>
@@ -21,12 +21,18 @@
      <parameter>var</parameter> may be any scalar type. You cannot use
      <function>strval</function> on arrays or objects.
     </simpara>
-    <simpara>
-     See also <function>floatval</function>,
-     <function>intval</function>, <function>settype</function> and
-     <link linkend="language.types.type-juggling">Type
-     juggling</link>.
-    </simpara>
+   </refsect1>
+
+   <refsect1 role="seealso">
+    &reftitle.seealso;
+    <para>
+     <simplelist>
+      <member><function>floatval</function></member>
+      <member><function>intval</function></member>
+      <member><function>settype</function></member>
+      <member><link linkend="language.types.type-juggling">Type 
juggling</link></member>
+     </simplelist>
+    </para>
    </refsect1>
   </refentry>
 

Reply via email to