Query: pg_options
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PG_OPTIONS(3) PG_OPTIONS(3) pg_options - Get the options associated with the connectionSYNOPSISstring pg_options ([resource $connection])DESCRIPTIONpg_options(3) will return a string containing the options specified on the given PostgreSQL $connection resource.PARAMETERSo $connection - PostgreSQL database connection resource. When $connection is not present, the default connection is used. The default connection is the last connection made by pg_connect(3) or pg_pconnect(3).RETURN VALUESA string containing the $connection options, or FALSE on error.EXAMPLESExample #1 pg_options(3) example <?php $pgsql_conn = pg_connect("dbname=mark host=localhost"); echo pg_options($pgsql_conn); ?>SEE ALSOpg_connect(3). PHP Documentation Group PG_OPTIONS(3)
| Related Man Pages |
|---|
| pg_connect(3) - php |
| pg_escape_string(3) - php |
| pg_end_copy(3) - php |
| pg_host(3) - php |
| pg_version(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Auto answer option in scripting. |
| Solaris and VNC |
| Gpg: out of memory while allocating 8192 bytes |