PHP Manual: bzerrstr
bzerrstr
Description
string bzerrstr ( resource bz )Gets the error string of any bzip2 error returned by the given file pointer.
Parameters
bzThe file pointer. It must be valid and must point to a file successfully opened by bzopen().