expect.constants.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 124 行

HTML
124
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Predefined Constants</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="expect.resources.html">Resource Types</a></div> <div class="next" style="text-align: right; float: right;"><a href="expect.examples.html">Examples</a></div> <div class="up"><a href="book.expect.html">Expect</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1>Predefined Constants</h1> <p class="simpara">The constants below are defined by this extension, andwill only be available when the extension has eitherbeen compiled into PHP or dynamically loaded at runtime.</p> <dl>  <dt id="constants.expect.exp_glob">   <span class="term">    <b><tt>EXP_GLOB</tt></b>     (<a href="language.types.integer.html" class="type integer">integer</a>)   </span>   <dd>    <span class="simpara">     Indicates that the pattern is a glob-style string pattern.    </span>   </dd>  </dt>  <dt id="constants.expect.exp_exact">   <span class="term">    <b><tt>EXP_EXACT</tt></b>     (<a href="language.types.integer.html" class="type integer">integer</a>)   </span>   <dd>    <span class="simpara">     Indicates that the pattern is an exact string.    </span>   </dd>  </dt>  <dt id="constants.expect.exp_regexp">   <span class="term">    <b><tt>EXP_REGEXP</tt></b>     (<a href="language.types.integer.html" class="type integer">integer</a>)   </span>   <dd>    <span class="simpara">     Indicates that the pattern is a regexp-style string pattern.    </span>   </dd>  </dt>  <dt id="constants.expect.exp_eof">   <span class="term">    <b><tt>EXP_EOF</tt></b>     (<a href="language.types.integer.html" class="type integer">integer</a>)   </span>   <dd>    <span class="simpara">     Value, returned by <a href="function.expect-expectl.html" class="function">expect_expectl()</a>, when EOF is     reached.    </span>   </dd>  </dt>  <dt id="constants.expect.exp_timeout">   <span class="term">    <b><tt>EXP_TIMEOUT</tt></b>     (<a href="language.types.integer.html" class="type integer">integer</a>)   </span>   <dd>    <span class="simpara">     Value, returned by <a href="function.expect-expectl.html" class="function">expect_expectl()</a> upon timeout of     seconds, specified in value of <a href="expect.configuration.html#ini.expect.timeout" class="link">expect.timeout</a>    </span>   </dd>  </dt>  <dt id="constants.expect.exp_fullbuffer">   <span class="term">    <b><tt>EXP_FULLBUFFER</tt></b>     (<a href="language.types.integer.html" class="type integer">integer</a>)   </span>   <dd>    <span class="simpara">     Value, returned by <a href="function.expect-expectl.html" class="function">expect_expectl()</a> if no pattern have     been matched.    </span>   </dd>  </dt> </dl></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="expect.resources.html">Resource Types</a></div> <div class="next" style="text-align: right; float: right;"><a href="expect.examples.html">Examples</a></div> <div class="up"><a href="book.expect.html">Expect</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?