intl_error_name

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get symbolic name for a given error code string intl_error_name ( int $error_code ) Return ICU error code name. Parameters: error_code ICU error code. Returns: The returned string will be the same as the name of the error code constant. Examples:

intl_get_error_code

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the last error code int intl_get_error_code ( void ) Useful to handle errors occurred in static methods when there's no object to get error code from. Returns: Error code returned by the last API function call. Examples: intl_get_error_code() example <?php $coll = c

intl_is_failure

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Check whether the given error code indicates failure bool intl_is_failure ( int $error_code ) Parameters: error_code is a value that returned by functions: intl_get_error_code(), collator_get_error_code() . Returns: TRUE if it the code indicates some failure, and FALSE in case of success or a warnin

intl_get_error_message

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get description of the last error string intl_get_error_message ( void ) Get error message from last internationalization function called. Returns: Description of an error occurred in the last API function call. Examples: intl_get_error_message() example <?php if( Colla

mb_convert_case

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Perform case folding on a string string mb_convert_case ( string $str, int $mode [, string $encoding = mb_internal_encoding() ] ) Performs case folding on a string, converted in the way specified by mode. Parameters: str The string being converted. mode The mode of the conversion. It can be one of MB_C

IntlIterator::rewind

(No version information available, might only be in Git) Rewind the iterator to the first element public ReturnType IntlIterator::rewind ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlIterator::valid

(No version information available, might only be in Git) Check if current position is valid public ReturnType IntlIterator::valid ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlIterator::key

(No version information available, might only be in Git) Get the current key public ReturnType IntlIterator::key ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlIterator::next

(No version information available, might only be in Git) Move forward to the next element public ReturnType IntlIterator::next ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlIterator::current

(No version information available, might only be in Git) Get the current element public ReturnType IntlIterator::current ( void ) Returns: This function is currently not documented; only its argument list is available.