Query: ingres_charset
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INGRES_CHARSET(3) 1 INGRES_CHARSET(3) ingres_charset - Returns the installation character setSYNOPSISstring ingres_charset (resource $link)DESCRIPTIONingres_charset(3) is called to determine the character set being used by the Ingres client, from II_CHARSETxx (where xx is the installation code). Note You can override the value returned by using the function putenv(3). Changing the value of II_CHARSETxx in a running Ingres instal- lation can cause data corruption.PARAMETERSo $link - The connection link identifierRETURN VALUESReturns a string with the value for II_CHARSETxx or returns NULL if the value could not be determined.EXAMPLESExample #1 ingres_charset(3) - Get the installation character set <?php $link = ingres_connect($database, $user, $password); echo ingres_charset($link) . " "; ingres_close($link); ?>SEE ALSOingres_connect(3), ingres_query(3). PHP Documentation Group INGRES_CHARSET(3)
Related Man Pages |
---|
ingres_error(3) - php |
ingres_fetch_proc_return(3) - php |
ingres_pconnect(3) - php |
ingres_set_environment(3) - php |
ingres_unbuffered_query(3) - php |
Similar Topics in the Unix Linux Community |
---|
copy, clear and keep to new data only |
Problem with nim installation |
Problem configuring NIC in DGUX |
Ingres 9.3.0 build 111 (Default branch) |
Ingres 9.3.0 build 119 (Default branch) |