php - How to remove unwanted characters -
I am using KPPP 1.2. I'm using httpsocket method, it works great. But the content is surrounded by quotation marks.
string (123) ".. this is where the content is".
I think this is telling the type of reaction and number of output characters I have in my production setup.
How can I remove it?
I appreciate any help.
Thank you.
it seems that var_dump is being done on the other end
either , Or draw out the text.
preg_match ('~' (. *) "~ S, $ string, $ matches"; if (! Blank ($ match)) $ $ $ = $ match [1]; } Echo $ returned;
Hopefully my regex is not terrible.
Comments
Post a Comment