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

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -