Easy Tutorial
❮ Func String Strcoll Php Imagecolorallocate ❯

PHP mysqli_get_charset() Function

PHP MySQLi Reference Manual

Example

Returns a character set object with attributes:


Definition and Usage

The mysqli_get_charset() function returns a character set object.


Syntax

Parameter Description
connection Required. Specifies the MySQL connection to use.

Technical Details

Return Value: Returns a character set object with the following attributes: <br> charset - Character set name <br> collation - Collation name <br> dir - Directory for character set retrieval or "" <br> min_length - Minimum character length in bytes <br> max_length - Maximum character length in bytes <br> number - Internal character set number <br> state - Character set state
PHP Version: 5.1+
--- ---

❮ Func String Strcoll Php Imagecolorallocate ❯