php man page for collator_get_error_message

Query: collator_get_error_message

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

COLLATOR_GET_ERROR_MESSAGE(3)						 1					     COLLATOR_GET_ERROR_MESSAGE(3)

Collator::getErrorMessage - Get text for collator's last error code

	Object oriented style

SYNOPSIS
public string Collator::getErrorMessage (void )
DESCRIPTION
Procedural style string collator_get_error_message (Collator $coll) Retrieves the message for the last error.
PARAMETERS
o $coll -Collator object.
RETURN VALUES
Description of an error occurred in the last Collator API function call.
EXAMPLES
Example #1 collator_get_error_message(3) example <?php $coll = collator_create( 'lt' ); if( collator_compare( $coll, 'y', 'k' ) === false ) { echo collator_get_error_message( $coll ); } ?>
SEE ALSO
collator_get_error_code(3). PHP Documentation Group COLLATOR_GET_ERROR_MESSAGE(3)
Related Man Pages
collator(3) - php
collator_asort(3) - php
intlcal_get_error_message(3) - php
collator.__construct(3) - php
intlcalendar.geterrormessage(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch