UConverter::setSubstChars

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set the substitution chars public void UConverter::setSubstChars ( string $chars ) Parameters: chars Returns: This function is currently not documented; only its argument list is available.

grapheme_extract

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8. string grapheme_extract ( string $haystack, int $size [, int $extract_type [, int $start = 0 [, int &$next ]]] ) Procedural style Function to extract a sequence of default grapheme clusters from a text buffer, which must be encoded in UTF-8. Pa

grapheme_stristr

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Returns part of haystack string from the first occurrence of case-insensitive needle to the end of haystack. string grapheme_stristr ( string $haystack, string $needle [, bool $before_needle = false ] ) Procedural style Returns part of haystack string starting from and including the first occurrence of case-insensitive needle to the end of haystack. Paramete

UConverter::getSourceEncoding

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the source encoding public string UConverter::getSourceEncoding ( void ) Returns: This function is currently not documented; only its argument list is available.

UConverter::getSubstChars

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get substitution chars public string UConverter::getSubstChars ( void ) Returns: This function is currently not documented; only its argument list is available.

UConverter::setSourceEncoding

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set the source encoding public void UConverter::setSourceEncoding ( string $encoding ) Parameters: encoding Returns: This function is currently not documented; only its argument list is available.

UConverter::getErrorMessage

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get last error message on the object public string UConverter::getErrorMessage ( void ) Returns: This function is currently not documented; only its argument list is available.

UConverter::getDestinationType

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the destination converter type public integer UConverter::getDestinationType ( void ) Returns: This function is currently not documented; only its argument list is available.

UConverter::setDestinationEncoding

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Set the destination encoding public void UConverter::setDestinationEncoding ( string $encoding ) Parameters: encoding Returns: This function is currently not documented; only its argument list is available.

UConverter::getErrorCode

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get last error code on the object public integer UConverter::getErrorCode ( void ) Returns: This function is currently not documented; only its argument list is available.