PHP » GoLang |
login |
register |
about
|
db2_get_option(PECL ibm_db2 >= 1.6.0) db2_get_option — Retrieves an option value for a statement resource or a connection resource Description
string db2_get_option
( resource
$resource
, string $option
)Retrieves the value of a specified option value for a statement resource or a connection resource. Parameters
The following table specifies which options are compatible with the available resource types:
Return Values
Returns the current setting of the connection attribute provided on success
or Examples
Example #1 Setting and retrieving parameters through a connection resource
<?php The above example will output: Client attributes passed through connection string: db2inst1 account myapp workstation Client attributes passed post-connection: db2inst1 account myapp workstation See Also
|
more
Recently updated
more
Most requested
more
Last requests
|