Handles codepage files for charset mapping.
More...
List of all members.
Detailed Description
Handles codepage files for charset mapping.
Definition at line ezcodepage.php.
Constructor & Destructor Documentation
eZCodePage::eZCodePage |
( |
$ |
charset_code, |
|
|
$ |
use_cache = true |
|
) |
|
|
|
Initializes the codepage with the charset code $charset_code, and then loads it.
Definition at line ezcodepage.php.
References Valid.
Referenced by instance(). |
Member Function Documentation
eZCodePage::charsetCode |
( |
|
) |
|
|
eZCodePage::exists |
( |
$ |
charset_code |
) |
[static] |
|
eZCodePage::fileName |
( |
$ |
charset_code |
) |
[static] |
|
& eZCodePage::instance |
( |
$ |
charset_code, |
|
|
$ |
use_cache = true |
|
) |
|
|
|
Returns true if the codepage is valid for use.
Definition at line ezcodepage.php.
References Valid. |
eZCodePage::load |
( |
$ |
use_cache = true |
) |
|
|
|
Loads the codepage from disk. If $use_cache is true and a cached version is found it is used instead. If $use_cache is true and no cache was found a new cache is created.
Definition at line ezcodepage.php.
References eZDebug::writeWarning().
Referenced by eZCodePage(). |
eZCodePage::maxCharValue |
( |
|
) |
|
|
eZCodePage::minCharValue |
( |
|
) |
|
|
eZCodePage::requestedCharsetCode |
( |
|
) |
|
|
Member Data Documentation
eZCodePage::RequestedCharsetCode [private]
|
|
The documentation for this class was generated from the following file:
|