Searched defs:rows (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/Zend/ |
H A D | bench.php | 267 function mkmatrix ($rows, $cols) { 278 function mmult ($rows, $cols, $m1, $m2) {
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_connection.h | 37 #define UPSERT_STATUS_SET_AFFECTED_ROWS(status, rows) (status)->affected_rows = (rows) argument
|
/PHP-8.2/ext/pdo_pgsql/ |
H A D | pgsql_driver.stub.php | 11 …public function pgsqlCopyFromArray(string $tableName, array $rows, string $separator = "\t", strin…
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.stub.php | 794 …function pg_copy_from(PgSql\Connection $connection, string $table_name, array $rows, string $separ…
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_interface.c | 1277 …zend_long rows = 0, flags = PHP_OCI_FETCHSTATEMENT_BY_COLUMN | PHP_OCI_ASSOC, skip = 0, maxrows = … in PHP_FUNCTION() local
|
/PHP-8.2/ext/odbc/ |
H A D | php_odbc.c | 2350 SQLLEN rows; in PHP_FUNCTION() local
|
Completed in 21 milliseconds