lib/ezi18n/classes/ezcodepagemapper.php
\eZCodePageMapper
Package:
Constants
Methods

eZCodePageMapper(
$input_charset_code, $output_charset_code, $use_cache
=
true
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $input_charset_code | ||
| $output_charset_code | ||
| $use_cache |

instance(
string $input_charset_code, string $output_charset_code, bool $use_cache
=
true
)
:
\eZCodePageMapper
static
Returns a shared instance of the eZCodePageMapper pr the $input_charset_code and $output_charset_code params.
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $input_charset_code | string | |
| $output_charset_code | string | |
| $use_cache | bool |
| Type | Description |
|---|---|
| \eZCodePageMapper |

strpos(
$haystack, $needle, $offset
=
0
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $haystack | ||
| $needle | ||
| $offset |