lib/ezi18n/classes/ezmbstringmapper.php
\eZMBStringMapper
Package:
Methods

eZMBStringMapper(
$input_charset_code, $output_charset_code
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $input_charset_code | ||
| $output_charset_code |

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

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