addslashes_deep_obj — 使用反斜线引用字符串,addslashes的增强版3
mixed addslashes_deep_obj (mixed $obj)
addslashes_deep_obj() 将输入的 string 进行addslashes处理,string 允许是字符串、数组、对象,返回处理后的字符串、数组、对象。
addslashes_deep_obj() 主要用来处理对象数据,并兼容字符串和数组。