Searched refs:columnCount (Results 1 – 8 of 8) sorted by relevance
2 MySQL PDOStatement->columnCount()28 var_dump($stmt->columnCount());31 var_dump($stmt->columnCount());46 var_dump($stmt->columnCount());49 var_dump($stmt->columnCount());
32 if ($handle1->columnCount() > 0)48 if ($handle2->columnCount() > 0)64 if ($handle3->columnCount() > 0)81 if ($handle1->columnCount() > 0)
67 $columnCount = count($from[0]);68 if ($columnCount == 0) {75 for ($j = 1; $j < $columnCount; $j++) {82 error_log("These are the array bounds: $rowCount * $columnCount");83 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
95 ZEND_METHOD(PDOStatement, columnCount);118 ZEND_ME(PDOStatement, columnCount, arginfo_class_PDOStatement_columnCount, ZEND_ACC_PUBLIC)
1655 PHP_METHOD(PDOStatement, columnCount) in PHP_METHOD() argument
Completed in 18 milliseconds