Home
last modified time | relevance | path

Searched defs:rows (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/Zend/
H A Dbench.php267 function mkmatrix ($rows, $cols) {
278 function mmult ($rows, $cols, $m1, $m2) {
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_connection.h37 #define UPSERT_STATUS_SET_AFFECTED_ROWS(status, rows) (status)->affected_rows = (rows) argument
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php8 …public function pgsqlCopyFromArray(string $tableName, array $rows, string $separator = "\t", strin…
/PHP-8.1/ext/oci8/
H A Doci8.stub.php375 function oci_set_prefetch($statement, int $rows): bool {}
382 function ocisetprefetch($statement, int $rows): bool {}
H A Doci8_interface.c1277 …zend_long rows = 0, flags = PHP_OCI_FETCHSTATEMENT_BY_COLUMN | PHP_OCI_ASSOC, skip = 0, maxrows = … in PHP_FUNCTION() local
/PHP-8.1/ext/pgsql/
H A Dpgsql.stub.php413 …function pg_copy_from(PgSql\Connection $connection, string $table_name, array $rows, string $separ…
/PHP-8.1/ext/odbc/
H A Dphp_odbc.c2379 SQLLEN rows; in PHP_FUNCTION() local

Completed in 46 milliseconds