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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -