Function __global->get_charset
Definitions
sources/global2.php
- Get the character set to use. We try and be clever to allow AJAX scripts to avoid loading up language.We may assume utf-8 is lower case, but any other character set may be of any case.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The character set
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the character set to use. We try and be clever to allow AJAX scripts to avoid loading up language.We may assume utf-8 is lower case, but any other character set may be of any case.
*
* @return string The character set
*/
function get_charset() : string
* Get the character set to use. We try and be clever to allow AJAX scripts to avoid loading up language.We may assume utf-8 is lower case, but any other character set may be of any case.
*
* @return string The character set
*/
function get_charset() : string
sources/minikernel.php
- Get the character set to use. We try and be clever to allow AJAX scripts to avoid loading up language.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The character set
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the character set to use. We try and be clever to allow AJAX scripts to avoid loading up language.
*
* @return string The character set
*/
function get_charset() : string
* Get the character set to use. We try and be clever to allow AJAX scripts to avoid loading up language.
*
* @return string The character set
*/
function get_charset() : string

