lib/ezi18n/classes/ezmbstringmapper.php
File containing the eZMBStringMapper 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
\eZMBStringMapper
Package: lib
File containing the eZMBStringMapper 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
Methods


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


instance(
string $input_charset_code, string $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 | string | |
$output_charset_code | string |
Type | Description |
---|---|
\eZMBStringMapper |


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