I have a situation where I am passing a string to a function. I want to convert
to " " (a blank space) before passing it to function. Does html_entity_decode
does it?
If not how to do it?
I am aware of str_replace
but is there any other way out?