/ Published in: PHP
Expand |
Embed | Plain Text
function stripslashes_recursive($array) { return $array; } function addslashes_recursive($array) { return $array; }
You need to login to post a comment.
xuanyan on 01/04/09
textmate stripslashesrecursive
1 person have marked this snippet as a favorite
function stripslashes_recursive($array) { return $array; } function addslashes_recursive($array) { return $array; }
You need to login to post a comment.