PHP Manuál | ||
---|---|---|
Predchádzajúci | Nasledujúci |
(no version information, might be only in CVS)
oci_num_fields -- Returns the number of result columns in a statementoci_num_fields() returns the number of columns in the statement.
oci_num_fields() returns FALSE on error.
Poznámka: In PHP versions before 5.0.0 you must use ocinumcols() instead. This name still can be used, it was left as alias of oci_num_fields() for downwards compatability. This, however, is deprecated and not recommended.
Predchádzajúci | Domov | Nasledujúci |
oci_new_descriptor | Hore | oci_num_rows |