blob: 6c2fa374038964123225a9e55e10dc02f9476487 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001OPTIONAL
2SYNOPSIS
3 string db_conv_string(string str)
4
Zesstra715ec202025-07-09 22:18:31 +02005DESCRIPTION
6 Convert the string <str> into a string that is correctly interpretated
7 for usage as a string in db_exec(), e.g. ' is replaced with \' and so
8 on.
MG Mud User88f12472016-06-24 23:31:02 +02009
Zesstra715ec202025-07-09 22:18:31 +020010 The function is available only if the driver is compiled with
11 mySQL support. In that case, __MYSQL__ is defined.
MG Mud User88f12472016-06-24 23:31:02 +020012
Zesstra715ec202025-07-09 22:18:31 +020013HISTORY
14 Added in 3.2.9 .
MG Mud User88f12472016-06-24 23:31:02 +020015
Zesstra715ec202025-07-09 22:18:31 +020016SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020017 db_affected_rows(E), db_close(E), db_coldefs(E), db_connect(E),
18 db_exec(E), db_error(E), db_fetch(E), db_handles(E), db_insert_id(E),
19 mysql(C)