33.}if (!function_exists("GetSQLValueString")) {
34.function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue 35.= "")
36.{
37. if (PHP_VERSION < 6) {
38. $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
39. }
问问题
16 次