mysql_hex_string
mysql_hex_string converts a binary buffer to a hex-encoded string for safe embedding in SQL; the output buffer must be at least 2*length+1 bytes.
Syntax
unsigned long mysql_hex_string(char * to,
const char * from,
unsigned long len);Parameters
Description
Return Value
See Also
Last updated
Was this helpful?

