如何逃避PHP的imap_search的双引号

时间:2016-11-11 18:47:52

标签: php imap

假设我有一个主题行的电子邮件

this's is a "TEST" of "quote's"

我应该使用imap_search函数找到哪个字符串才能找到此电子邮件?这些都未能产生所需的电子邮件:

SUBJECT "this's is a "TEST" of "quote's""
SUBJECT "this's is a \"TEST\" of \"quote's\""
SUBJECT "this's is a \\"TEST\\" of \\"quote's\\""
SUBJECT "this's is a ""TEST"" of ""quote's"""

我需要使用什么方法进行转义才能使用"双引号"来搜索字符串。在搜索参数

编辑:删除了SUBJECT前面的ALL。它仍然没有为任何转义方法返回值。

0 个答案:

没有答案