¡¡
oci_fetch_row -- Returns the next row from the result data as a numeric array
Calling oci_fetch_row() is identical to oci_fetch_array() with OCI_NUM flag and returns the next row from the result data as a numeric array.
×¢: ±¾º¯Êý¶Ô PHP NULL ÖµÉ趨 NULL ×ֶΡ£
Subsequent calls to oci_fetch_row() will return the next row from the result data or FALSE if there are no more rows.
ÓÐ¹Ø OCI8 Çý¶¯³ÌÐòÖ´ÐеÄÊý¾ÝÀàÐÍÓ³ÉäµÄϸ½Ú£¬¼ûÇý¶¯³ÌÐòÖ§³ÖµÄÊý¾ÝÀàÐÍ¡£
See also oci_fetch_array(), oci_fetch_object(), oci_fetch_assoc() and oci_fetch_all().
´Ë°æ±¾ÓÉPHP5Ñо¿ÊÒ(phpv.net)±àÒëÓÚ2005Äê11ÔÂ7ÈÕ
°æÈ¨ËùÓÐ © 1997 - 2005 PHP Îĵµ×é