update : 2015.11.03
php.shukuma.com검색:
|
ingres_charset(PECL ingres >= 2.1.0) ingres_charset — Returns the installation character set 설명
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).
인수
반환값Returns a string with the value for II_CHARSETxx or returns NULL if the value could not be determined. 예제
Example #1 ingres_charset() - Get the installation character set
<?php 참고
|