lib/ezi18n/classes/ezcodepagemapper.php
File containing the eZCodePageMapper class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- lib
- Version
- 4.6.0
\eZCodePageMapper
Package: lib
File containing the eZCodePageMapper class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
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 |