Searched refs:pg_select (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/pgsql/tests/ |
H A D | pg_select_001.phpt | 2 PostgreSQL pg_select() - basic test using schema 23 var_dump(pg_select($conn, 'foo', array('id' => 1))); 26 var_dump(pg_select($conn, 'phptests.foo', array('id' => 1))); 29 var_dump(pg_select($conn, 'phptests.bar', array('id' => 1))); 32 var_dump(pg_select($conn, 'phptests.bar', array('id4' => 4))); 41 Warning: pg_select(): Table 'foo' doesn't exists in %s on line %d 53 Notice: pg_select(): Invalid field name (id) in values in %s on line %d
|
H A D | 13pg_select_9.phpt | 2 PostgreSQL pg_select() (9.0+) 20 $res = pg_select($db, $table_name, $ids) or print "Error\n"; 22 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING)."\n"; 23 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING|PGSQL_DML_ESCAPE)."\n";
|
H A D | 13pg_select.phpt | 2 PostgreSQL pg_select() 18 $res = pg_select($db, $table_name, $ids) or print "Error\n"; 20 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
|
H A D | pg_insert_001.phpt | 2 PostgreSQL pg_select() - basic test using schema 22 var_dump(pg_select($conn, 'phptests.foo', array('id' => 1)));
|
/PHP-7.2/ext/pgsql/ |
H A D | php_pgsql.h | 197 PHP_FUNCTION(pg_select);
|
H A D | README | 215 array pg_select(resource db, string table, array ids[, bool convert])
|
H A D | pgsql.c | 726 PHP_FE(pg_select, arginfo_pg_select) 7157 PHP_FUNCTION(pg_select) argument
|
Completed in 20 milliseconds