ifx.configuration.html

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

HTML
466
字号
     <td colspan="1" rowspan="1" align="left">Removed in PHP 5.2.1.</td>    </tr>   </tbody>  </colgroup> </table> For further details and definitions of the PHP_INI_* constants, see the <a href="ini.html" class="xref">php.ini directives</a>. </p>  <p class="para">Here&#039;s a short explanation ofthe configuration directives.</p>  <p class="para"> <dl>  <dt id="ini.ifx.allow-persistent">   <span class="term">    <i><tt class="parameter">ifx.allow_persistent</tt></i>    <a href="language.types.boolean.html" class="type boolean">boolean</a>   </span>   <dd>    <p class="para">     Whether to allow persistent Informix connections.    </p>   </dd>  </dt>    <dt id="ini.ifx.max-persistent">   <span class="term">    <i><tt class="parameter">ifx.max_persistent</tt></i>    <a href="language.types.integer.html" class="type integer">integer</a>   </span>   <dd>    <p class="para">     The maximum number of persistent Informix connections per     process.    </p>   </dd>  </dt>    <dt id="ini.ifx.max-links">   <span class="term">    <i><tt class="parameter">ifx.max_links</tt></i>    <a href="language.types.integer.html" class="type integer">integer</a>   </span>   <dd>    <p class="para">     The maximum number of Informix connections per process, including     persistent connections.    </p>   </dd>  </dt>   <dt id="ini.ifx.default-host">   <span class="term">    <i><tt class="parameter">ifx.default_host</tt></i>    <a href="language.types.string.html" class="type string">string</a>   </span>   <dd>    <p class="para">     The default host to connect to when no host is specified     in <a href="function.ifx-connect.html" class="function">ifx_connect()</a> or      <a href="function.ifx-pconnect.html" class="function">ifx_pconnect()</a>. Doesn&#039;t apply in     <a href="features.safe-mode.html#ini.safe-mode" class="link">safe mode</a>.    </p>   </dd>  </dt>   <dt id="ini.ifx.default-user">   <span class="term">    <i><tt class="parameter">ifx.default_user</tt></i>    <a href="language.types.string.html" class="type string">string</a>   </span>   <dd>    <p class="para">     The default user id to use when none is specified      in <a href="function.ifx-connect.html" class="function">ifx_connect()</a> or      <a href="function.ifx-pconnect.html" class="function">ifx_pconnect()</a>. Doesn&#039;t apply in     <a href="features.safe-mode.html#ini.safe-mode" class="link">safe mode</a>.    </p>   </dd>  </dt>   <dt id="ini.ifx.default-password">   <span class="term">    <i><tt class="parameter">ifx.default_password</tt></i>    <a href="language.types.string.html" class="type string">string</a>   </span>   <dd>    <p class="para">     The default password to use when none is specified      in <a href="function.ifx-connect.html" class="function">ifx_connect()</a> or      <a href="function.ifx-pconnect.html" class="function">ifx_pconnect()</a>. Doesn&#039;t apply in     <a href="features.safe-mode.html#ini.safe-mode" class="link">safe mode</a>.    </p>   </dd>  </dt>   <dt id="ini.ifx.blobinfile">   <span class="term">    <i><tt class="parameter">ifx.blobinfile</tt></i>    <a href="language.types.boolean.html" class="type boolean">boolean</a>   </span>   <dd>    <p class="para">     Set to <b><tt>TRUE</tt></b> if you want to return blob columns     in a file, <b><tt>FALSE</tt></b> if you want them in memory. You can     override the setting at runtime      with <a href="function.ifx-blobinfile-mode.html" class="function">ifx_blobinfile_mode()</a>.    </p>   </dd>  </dt>   <dt id="ini.ifx.textasvarchar">   <span class="term">    <i><tt class="parameter">ifx.textasvarchar</tt></i>    <a href="language.types.boolean.html" class="type boolean">boolean</a>   </span>   <dd>    <p class="para">     Set to <b><tt>TRUE</tt></b> if you want to return TEXT columns     as normal strings in select statements,     <b><tt>FALSE</tt></b> if you want to use blob id parameters. You can     override the setting at runtime with     <a href="function.ifx-textasvarchar.html" class="function">ifx_textasvarchar()</a>.    </p>   </dd>  </dt>   <dt id="ini.ifx.byteasvarchar">   <span class="term">    <i><tt class="parameter">ifx.byteasvarchar</tt></i>    <a href="language.types.boolean.html" class="type boolean">boolean</a>   </span>   <dd>    <p class="para">     Set to <b><tt>TRUE</tt></b> if you want to return BYTE columns     as normal strings in select queries,      <b><tt>FALSE</tt></b> if you want to use blob id parameters. You can     override the setting at runtime with      <a href="function.ifx-textasvarchar.html" class="function">ifx_textasvarchar()</a>.    </p>   </dd>  </dt>   <dt id="ini.ifx.charasvarchar">   <span class="term">    <i><tt class="parameter">ifx.charasvarchar</tt></i>    <a href="language.types.boolean.html" class="type boolean">boolean</a>   </span>   <dd>    <p class="para">     Set to <b><tt>TRUE</tt></b> if you want to trim trailing spaces     from CHAR columns when fetching them.    </p>   </dd>  </dt>   <dt id="ini.ifx.nullformat">   <span class="term">    <i><tt class="parameter">ifx.nullformat</tt></i>    <a href="language.types.boolean.html" class="type boolean">boolean</a>   </span>   <dd>    <p class="para">     Set to <b><tt>TRUE</tt></b> if you want to return <b><tt>NULL</tt></b> columns     as the literal string &quot;<b><tt>NULL</tt></b>&quot;, <b><tt>FALSE</tt></b> if you want     them returned as the empty string &quot;&quot;. You can     override this setting at runtime with      <a href="function.ifx-nullformat.html" class="function">ifx_nullformat()</a>.    </p>   </dd>  </dt> </dl> </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="ifx.installation.html">Installation</a></div> <div class="next" style="text-align: right; float: right;"><a href="ifx.resources.html">Resource Types</a></div> <div class="up"><a href="ifx.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

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