[PHP-DOC] cvs: phpdoc /en/functions mysql.xml From: Daniel Beckham (danbeck <email protected>)
Date: 08/02/00

danbeck Wed Aug 2 07:48:14 2000 EDT

  Modified files:
    /phpdoc/en/functions mysql.xml
  Log:
  Fixed more alphabetical listing problems...
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.16 phpdoc/en/functions/mysql.xml:1.17
--- phpdoc/en/functions/mysql.xml:1.16 Wed Aug 2 07:30:28 2000
+++ phpdoc/en/functions/mysql.xml Wed Aug 2 07:48:14 2000
@@ -845,6 +845,40 @@
    </refsect1>
   </refentry>
 
+ <refentry id="function.mysql-field-flags">
+ <refnamediv>
+ <refname>mysql_field_flags</refname>
+ <refpurpose>
+ Get the flags associated with the specified field in a result
+ </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>string <function>mysql_field_flags</function></funcdef>
+ <paramdef>int <parameter>result</parameter></paramdef>
+ <paramdef>int <parameter>field_offset</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <para>
+ <function>mysql_field_flags</function> returns the field flags of
+ the specified field. The flags are reported as a single word
+ per flag separated by a single space, so that you can split the
+ returned value using <function>explode</function>.
+ </para>
+ <para>The following flags are reported, if your version of MySQL
+ is current enough to support them: "not_null", "primary_key",
+ "unique_key", "multiple_key", "blob", "unsigned", "zerofill",
+ "binary", "enum", "auto_increment", "timestamp".
+ </para>
+ <para>
+ For downward compatibility <function>mysql_fieldflags</function>
+ can also be used.
+ </para>
+ </refsect1>
+ </refentry>
+
   <refentry id="function.mysql-field-name">
    <refnamediv>
     <refname>mysql_field_name</refname>
@@ -878,6 +912,30 @@
    </refsect1>
   </refentry>
 
+ <refentry id="function.mysql-field-len">
+ <refnamediv>
+ <refname>mysql_field_len</refname>
+ <refpurpose>
+ Returns the length of the specified field
+ </refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>int <function>mysql_field_len</function></funcdef>
+ <paramdef>int <parameter>result</parameter></paramdef>
+ <paramdef>int <parameter>field_offset</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <para>
+ <function>mysql_field_len</function> returns the length of the
+ specified field. For downward compatibility
+ <function>mysql_fieldlen</function> can also be used.
+ </para>
+ </refsect1>
+ </refentry>
+
   <refentry id="function.mysql-field-seek">
    <refnamediv>
     <refname>mysql_field_seek</refname>
@@ -979,64 +1037,6 @@
     <para>
      For downward compatibility <function>mysql_fieldtype</function>
      can also be used.
- </para>
- </refsect1>
- </refentry>
-
- <refentry id="function.mysql-field-flags">
- <refnamediv>
- <refname>mysql_field_flags</refname>
- <refpurpose>
- Get the flags associated with the specified field in a result
- </refpurpose>
- </refnamediv>
- <refsect1>
- <title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>string <function>mysql_field_flags</function></funcdef>
- <paramdef>int <parameter>result</parameter></paramdef>
- <paramdef>int <parameter>field_offset</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <para>
- <function>mysql_field_flags</function> returns the field flags of
- the specified field. The flags are reported as a single word
- per flag separated by a single space, so that you can split the
- returned value using <function>explode</function>.
- </para>
- <para>The following flags are reported, if your version of MySQL
- is current enough to support them: "not_null", "primary_key",
- "unique_key", "multiple_key", "blob", "unsigned", "zerofill",
- "binary", "enum", "auto_increment", "timestamp".
- </para>
- <para>
- For downward compatibility <function>mysql_fieldflags</function>
- can also be used.
- </para>
- </refsect1>
- </refentry>
-
- <refentry id="function.mysql-field-len">
- <refnamediv>
- <refname>mysql_field_len</refname>
- <refpurpose>
- Returns the length of the specified field
- </refpurpose>
- </refnamediv>
- <refsect1>
- <title>Description</title>
- <funcsynopsis>
- <funcprototype>
- <funcdef>int <function>mysql_field_len</function></funcdef>
- <paramdef>int <parameter>result</parameter></paramdef>
- <paramdef>int <parameter>field_offset</parameter></paramdef>
- </funcprototype>
- </funcsynopsis>
- <para>
- <function>mysql_field_len</function> returns the length of the
- specified field. For downward compatibility
- <function>mysql_fieldlen</function> can also be used.
     </para>
    </refsect1>
   </refentry>