📄 function.mb-get-info.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Get internal settings of mbstring</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="function.mb-eregi.html">mb_eregi</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.mb-http-input.html">mb_http_input</a></div> <div class="up"><a href="ref.mbstring.html">Multibyte String Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.mb-get-info" class="refentry"> <div class="refnamediv"> <h1 class="refname">mb_get_info</h1> <p class="verinfo">(PHP 4 >= 4.2.0, PHP 5)</p><p class="refpurpose"><span class="refname">mb_get_info</span> — <span class="dc-title">Get internal settings of mbstring</span></p> </div> <div class="refsect1 description"> <h3 class="title">Description</h3> <div class="methodsynopsis dc-description"> <span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <span class="methodname"><b><b>mb_get_info</b></b></span> ([ <span class="methodparam"><span class="type">string</span> <tt class="parameter">$type</tt></span> ] )</div> <p class="simpara"> <b>mb_get_info()</b> returns the internal setting parameters of mbstring. </p> </div> <div class="refsect1 parameters"> <h3 class="title">Parameters</h3> <p class="para"> <dl> <dt> <span class="term"><i><tt class="parameter">type</tt></i></span> <dd> <p class="para"> If <i><tt class="parameter">type</tt></i> isn't specified or is specified to "all", an <a href="language.types.array.html" class="type array">array</a> having the elements "internal_encoding", "http_output", "http_input", "func_overload", "mail_charset", "mail_header_encoding", "mail_body_encoding" will be returned. </p> <p class="para"> If <i><tt class="parameter">type</tt></i> is specified as "http_output", "http_input", "internal_encoding", "func_overload", the specified setting parameter will be returned. </p> </dd> </dt> </dl> </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> An <a href="language.types.array.html" class="type array">array</a> of type information if <i><tt class="parameter">type</tt></i> is not specified, otherwise a specific <i><tt class="parameter">type</tt></i>. </p> </div> <div class="refsect1 changelog"> <h3 class="title">ChangeLog</h3> <p class="para"> <table class="informaltable"> <colgroup> <thead valign="middle"> <tr valign="middle"> <th colspan="1">Version</th> <th colspan="1">Description</th> </tr> </thead> <tbody valign="middle" class="tbody"> <tr valign="middle"> <td colspan="1" rowspan="1" align="left">5.1.3</td> <td colspan="1" rowspan="1" align="left"> The element types "mail_charset", "mail_header_encoding", and "mail_body_encoding" were made available. </td> </tr> </tbody> </colgroup> </table> </p> </div> <div class="refsect1 seealso"> <h3 class="title">See Also</h3> <p class="para"> <ul class="simplelist"> <li class="member"><a href="function.mb-regex-encoding.html" class="function" rel="rdfs-seeAlso">mb_regex_encoding()</a></li> <li class="member"><a href="function.mb-http-output.html" class="function" rel="rdfs-seeAlso">mb_http_output()</a></li> </ul> </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.mb-eregi.html">mb_eregi</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.mb-http-input.html">mb_http_input</a></div> <div class="up"><a href="ref.mbstring.html">Multibyte String Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -