Searched refs:columnCount (Results 1 – 8 of 8) sorted by relevance
2 MySQL PDOStatement->columnCount()27 var_dump($stmt->columnCount());30 var_dump($stmt->columnCount());45 var_dump($stmt->columnCount());48 var_dump($stmt->columnCount());
31 if ($handle1->columnCount() > 0)47 if ($handle2->columnCount() > 0)63 if ($handle3->columnCount() > 0)80 if ($handle1->columnCount() > 0)
66 $columnCount = count($from[0]);67 if ($columnCount == 0) {74 for ($j = 1; $j < $columnCount; $j++) {81 error_log("These are the array bounds: $rowCount * $columnCount");82 for ($j = 0; $j < $columnCount; $j++) {
2 PDO Common: PDOStatement::columnCount25 $res = $stmt->columnCount();
13 if ($stmt->columnCount()) {
20 public function columnCount() {} function in PDOStatement
91 ZEND_METHOD(PDOStatement, columnCount);114 ZEND_ME(PDOStatement, columnCount, arginfo_class_PDOStatement_columnCount, ZEND_ACC_PUBLIC)
1721 PHP_METHOD(PDOStatement, columnCount) in PHP_METHOD() argument
Completed in 17 milliseconds