to_string
Description:
Converts all the non printable characters of blob->data into the \xxx representation where xxx is the octal representation of the byte, and the '\' (backslash) character is converted to "\\".
Parameters:
this |
a correctly filled |
maxlen |
a maximum len used to truncate, or 0 for no maximum length |
Returns:
a new string from this |