Comunitatea PHP Romania
 

 
ocinumcols

ocinumcols

(PHP 3>= 3.0.4, PHP 4 , PHP 5)

ocinumcols --  Return the number of result columns in a statement

Description

int ocinumcols ( resource stmt)

ocinumcols() returns the number of columns in the statement stmt.

Exemplu 1. ocinumcols() example

<?php   
    
echo "<pre>\n";   
    
$conn = OCILogon("scott", "tiger");
    
$stmt = OCIParse($conn, "select * from emp");
    
OCIExecute($stmt);
    while (
OCIFetch($stmt)) {
        echo
"\n";   
        
$ncols = OCINumCols($stmt);
        for (
$i = 1; $i <= $ncols; $i++) {
            
$column_name  = OCIColumnName($stmt, $i);
            
$column_value = OCIResult($stmt, $i);
            echo
$column_name . ': ' . $column_value . "\n";
        }
        echo
"\n";
    }
    
OCIFreeStatement($stmt);  
    
OCILogoff($conn);   
    echo
"</pre>";
?>

Notã: This function was renamed to oci_num_fields() after PHP >= 5.0.0. For downward compatibility ocinumcols() can also be used. This is deprecated, however.

Ultimele discutii in forum RSS Forum

Ultimele articole Ultimele articole

Top membri

Pirahna Pirahna
la birou
carco carco
Bucuresti
Birkoff Birkoff
Bucuresti
mihaitha mihaitha
Sibiu
Mascka Mascka
Braila
gabysolomon gabysolomon
Bacau
whooper whooper
Toronto ON
raul_ raul_
dechim dechim
Drobeta Turnu Severin
Amenthes Amenthes

Newsletter


Email:
 inscriere
 renuntare
 
 Arhiva newsletter

Parteneriat

Copyright © 2001-2008 PHP Romania Add PHPRomania to Google Add PHPRomania to Del.icio.us Add PHPRomania to Stumbleupon Add PHPRomania to Yahoo! Add PHPRomania to Digg Add PHPRomania to Blink Debt | Remortgages | Submit Articles | Credit Card | Lebanese
Ads: Partener Way2Web Nework: gazduire web | inregistrare domenii | web design | imobiliare | web hosting
Powered by Simplis