Searched defs:rows (Results 1 – 6 of 6) sorted by relevance
/PHP-8.4/Zend/ |
H A D | bench.php | 267 function mkmatrix ($rows, $cols) { 278 function mmult ($rows, $cols, $m1, $m2) {
|
/PHP-8.4/ext/mysqlnd/ |
H A D | mysqlnd_connection.h | 37 #define UPSERT_STATUS_SET_AFFECTED_ROWS(status, rows) (status)->affected_rows = (rows) argument
|
/PHP-8.4/ext/pdo_pgsql/ |
H A D | pgsql_driver.stub.php | 11 …public function pgsqlCopyFromArray(string $tableName, array $rows, string $separator = "\t", strin…
|
H A D | pdo_pgsql.stub.php | 38 …public function copyFromArray(string $tableName, array $rows, string $separator = "\t", string $nu…
|
/PHP-8.4/ext/pgsql/ |
H A D | pgsql.stub.php | 850 …function pg_copy_from(PgSql\Connection $connection, string $table_name, array $rows, string $separ…
|
/PHP-8.4/build/ |
H A D | gen_stub.php | 1922 array $rows
|
Completed in 28 milliseconds