   #PHP Manual Oracle functions ora_logon ora_numrows

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                  ora_numcols

   (PHP 3, PHP 4 )
   ora_numcols -- Returns the number of columns

Description

   int ora_numcols ( resource cursor)

   ora_numcols() returns the number of columns in a result. Only returns
   meaningful values after an parse/exec/fetch sequence.

   See also ora_parse(),ora_exec(), ora_fetch(), and ora_do().
   ______________________________________________________________________

   Prev      Home        Next
   ora_logon  Up  ora_numrows
