Home
last modified time | relevance | path

Searched refs:columnCount (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_columncount.phpt2 MySQL PDOStatement->columnCount()
27 var_dump($stmt->columnCount());
30 var_dump($stmt->columnCount());
45 var_dump($stmt->columnCount());
48 var_dump($stmt->columnCount());
H A Dbug_61207.phpt30 if ($handle1->columnCount() > 0)
46 if ($handle2->columnCount() > 0)
62 if ($handle3->columnCount() > 0)
79 if ($handle1->columnCount() > 0)
/PHP-5.5/ext/pdo/tests/
H A Dpdo_020.phpt2 PDO Common: PDOStatement::columnCount
25 $res = $stmt->columnCount();
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c1815 static PHP_METHOD(PDOStatement, columnCount) in PHP_METHOD() argument
2217 PHP_ME(PDOStatement, columnCount, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)

Completed in 16 milliseconds