Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > ebb1914cf182a88528b4547490db1dd8 > files > 1503

kdewebdev-quanta-doc-3.5.9-2mdv2008.1.x86_64.rpm

<HTML
><HEAD
><TITLE
>sybase_fetch_row</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.44"><LINK
REL="HOME"
TITLE="PHP Manual"
HREF="manual.html"><LINK
REL="UP"
TITLE="Sybase functions"
HREF="ref.sybase.html"><LINK
REL="PREVIOUS"
TITLE="sybase_fetch_object"
HREF="function.sybase-fetch-object.html"><LINK
REL="NEXT"
TITLE="sybase_field_seek"
HREF="function.sybase-field-seek.html"></HEAD
><BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>PHP Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.sybase-fetch-object.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.sybase-field-seek.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.sybase-fetch-row"
>sybase_fetch_row</A
></H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN27061"
></A
>sybase_fetch_row -- get row as enumerated array</DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN27064"
></A
><H2
>Description</H2
><DIV
CLASS="funcsynopsis"
><P
></P
><CODE
CLASS="FUNCDEF"
>array sybase_fetch_row</CODE
>(int result);<P
></P
></DIV
><P
> Returns: An array that corresponds to the fetched row, or
    false if there are no more rows.
    </P
><P
>&#13;     sybase_fetch_row() fetches one row of data from the result
     associated with the specified result identifier.  The row is
     returned as an array.  Each result column is stored in an array
     offset, starting at offset 0.
    </P
><P
>&#13;     Subsequent call to sybase_fetch_rows() would return the next row
     in the result set, or false if there are no more rows.
    </P
><P
>&#13;     See also: <A
HREF="function.sybase-fetch-array.html"
><B
CLASS="function"
>sybase_fetch_array()</B
></A
>,
               <A
HREF="function.sybase-fetch-object.html"
><B
CLASS="function"
>sybase_fetch_object()</B
></A
>,
               <A
HREF="function.sybase-data-seek.html"
><B
CLASS="function"
>sybase_data_seek()</B
></A
>,
               <B
CLASS="function"
>sybase_fetch_lengths()</B
>, and
               <A
HREF="function.sybase-result.html"
><B
CLASS="function"
>sybase_result()</B
></A
>.
    </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.sybase-fetch-object.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="manual.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.sybase-field-seek.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>sybase_fetch_object</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.sybase.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>sybase_field_seek</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>