如何删除不需要的字符
我正在使用 cakephp 1.2。我正在使用 httpsocket get 方法。效果很好。但内容用引号引起来。
string(123)“..这就是内容所在的位置”。
我认为它告诉了响应的类型和输出的字符数。我在生产设置中有我的应用程序。
我怎样才能删除它。
我很感激任何帮助。
谢谢。
I am using cakephp 1.2. I am using httpsocket get method. It works well. But the content is enclosed by quotes..
string(123) "..this is where the content is".
I think it is telling the type of response and the number of characters of the output. I have my application in production setup.
How can i remove it.
I appreciate any help.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来另一端正在执行 var_dump。
或者,这应该提取文本。
希望我的正则表达式并不可怕。
It sounds like a var_dump is being done on the other end.
Either or, this should pull out the text.
Hopefully my regex isn't horrible.