|
Collator::getErrorMessagecollator_get_error_messageGet text for collator's last error code DescriptionObject oriented style
public
string
Collator::getErrorMessage
( void
)
Procedural style
string
collator_get_error_message
( Collator
$coll
)Retrieves the message for the last error. Parameters
Return ValuesDescription of an error occurred in the last Collator API function call. Examples
Example #1 collator_get_error_message example
<?php See Also
|