php_uustrerror
(PHP 4)
php_uustrerror -- Returns a string representation of an error code.
Description
string php_uustrerror (int errcode)
This function maps the return values UURET_* into error messages:
- UURET_OK : "OK"
- UURET_IOERR : "File I/O Error"
- UURET_NOMEM : "Not Enough Memory"
- UURET_ILLVAL : "Illegal Value"
- UURET_NODATA : "No Data found"
- UURET_NOEND : "Unexpected End of File"
- UURET_UNSUP : "Unsupported function"
- UURET_EXISTS : "File exists”