理解 - " $ result = imap_fetch_overview($ mbox," 1:{$ check-> Nmsgs}",0);"

时间:2013-12-21 09:37:56

标签: php

我想学习imap功能,我很难理解:

$result = imap_fetch_overview($mbox,"1:{$check->Nmsgs}",0);

特别是$mbox,"1:{$check->Nmsgs}",0

PHP手册说它使用 X:Y语法。

但我无法理解它。

请任何人协助。

1 个答案:

答案 0 :(得分:2)

这在文档中有解释,你现在应该开始阅读:

  

当用双引号或heredoc,变量指定字符串时   在其中解析。

请点击此链接:http://php.net/manual/en/language.types.string.php#language.types.string.parsing