Searched refs:columnCount (Results 1 – 8 of 8) sorted by relevance
2 MySQL PDOStatement->columnCount()29 var_dump($stmt->columnCount());32 var_dump($stmt->columnCount());47 var_dump($stmt->columnCount());50 var_dump($stmt->columnCount());
30 if ($handle1->columnCount() > 0)46 if ($handle2->columnCount() > 0)62 if ($handle3->columnCount() > 0)79 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::columnCount26 $res = $stmt->columnCount();
11 if ($stmt->columnCount()) {
23 public function columnCount(): int {} function in PDOStatement
94 ZEND_METHOD(PDOStatement, columnCount);116 ZEND_ME(PDOStatement, columnCount, arginfo_class_PDOStatement_columnCount, ZEND_ACC_PUBLIC)
1644 PHP_METHOD(PDOStatement, columnCount) in PHP_METHOD() argument
Completed in 14 milliseconds