Home
last modified time | relevance | path

Searched refs:pg_put_copy_data (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pgsql/tests/
H A Dpg_put_copy.phpt2 PostgreSQL pg_put_copy_data/pg_end_copy_end
16 var_dump(pg_put_copy_data($db, "0\tFooBar\n"));
17 var_dump(pg_put_copy_data($db, "1\tBarFoo\n"));
18 var_dump(pg_put_copy_data($db, ""));
24 var_dump(pg_put_copy_data($db, "Error\t1"));
29 var_dump(pg_put_copy_data($db, "Error\t1"));
/php-src/ext/pgsql/
H A Dpgsql.stub.php962 function pg_put_copy_data(PgSql\Connection $connection, string $cmd): int {}
H A Dpgsql_arginfo.h602 ZEND_FUNCTION(pg_put_copy_data);
733 ZEND_FE(pg_put_copy_data, arginfo_pg_put_copy_data)
H A Dpgsql.c6196 PHP_FUNCTION(pg_put_copy_data) in PHP_FUNCTION() argument

Completed in 24 milliseconds