remove needle from haystack
function str_remove($needle, $haystack) { return implode("", explode($needle, $haystack)); }
string, string str_remove -> string
Rating: 0 / 5 (0 votes) 7044 views
Want to share your source code? Create your account and join our community!
Comments
Add your comment