Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 4195

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Get internal settings of mbstring</title>

 </head>
 <body><div class="manualnavbar" 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 &gt;= 4.2.0, PHP 5)</p><p class="refpurpose"><span class="refname">mb_get_info</span> &mdash; <span class="dc-title">Get internal settings of mbstring</span></p>

 </div>
   
 <div class="refsect1 description" id="refsect1-function.mb-get-info-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"><strong>mb_get_info</strong></span>
    ([ <span class="methodparam"><span class="type">string</span> <code class="parameter">$type</code><span class="initializer"> = &quot;all&quot;</span></span>
  ] )</div>

  <p class="simpara">
    <span class="function"><strong>mb_get_info()</strong></span> returns the internal setting parameters of mbstring.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.mb-get-info-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">type</code></em></span>
     <dd>

      <p class="para">
       If <em><code class="parameter">type</code></em> isn&#039;t specified or is specified to
       &quot;all&quot;, an <span class="type"><a href="language.types.array.html" class="type array">array</a></span> having the elements &quot;internal_encoding&quot;,
       &quot;http_output&quot;, &quot;http_input&quot;, &quot;func_overload&quot;, &quot;mail_charset&quot;,
       &quot;mail_header_encoding&quot;, &quot;mail_body_encoding&quot; will be returned. 
      </p>
      <p class="para">
       If <em><code class="parameter">type</code></em> is specified as &quot;http_output&quot;,
       &quot;http_input&quot;, &quot;internal_encoding&quot;, &quot;func_overload&quot;,
       the specified setting parameter will be returned.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>

 
 <div class="refsect1 returnvalues" id="refsect1-function.mb-get-info-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   An <span class="type"><a href="language.types.array.html" class="type array">array</a></span> of type information if <em><code class="parameter">type</code></em> 
   is not specified, otherwise a specific <em><code class="parameter">type</code></em>.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.mb-get-info-changelog">
  <h3 class="title">Changelog</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Version</th>
       <th>Description</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>5.1.3</td>
       <td>
        The entries &quot;mail_charset&quot;, &quot;mail_header_encoding&quot;, and 
        &quot;mail_body_encoding&quot; were made available.
       </td>
      </tr>

      <tr>
       <td>5.3.0</td>
       <td>
        The entry &quot;http_output_conv_mimetypes&quot; was made available.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.mb-get-info-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.mb-regex-encoding.html" class="function" rel="rdfs-seeAlso">mb_regex_encoding()</a> - Set/Get character encoding for multibyte regex</span></li>
    <li class="member"> <span class="function"><a href="function.mb-http-output.html" class="function" rel="rdfs-seeAlso">mb_http_output()</a> - Set/Get HTTP output character encoding</span></li>
   </ul>
  </p>
 </div>


</div><hr /><div class="manualnavbar" 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>