unsigned long mysql_hex_string(char * to,
const char * from,
unsigned long len);
from
- the string which will be encoded
len
- length of the string (from)
This function is used to create a hexadecimal string which can be used in SQL statements. e.g. INSERT INTO my_blob VALUES(X'A0E1CD')
.
Returns the length of the encoded string without the trailing null character.
The size of the buffer for the encoded string must be 2 * length + 1.
The encoded string does not contain a leading X'.
Last updated 2 months ago
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4