|
ingres_charsetReturns the installation character set Description
string ingres_charset
( resource
$link
)ingres_charset is called to determine the character set being used by the Ingres client, from II_CHARSETxx (where xx is the installation code).
Parameters
Return ValuesReturns a string with the value for II_CHARSETxx or returns NULL if the value could not be determined. Examples
Example #1 ingres_charset - Get the installation character set
<?php See Also
|