mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 05:26:57 +08:00
109 lines
4.1 KiB
HTML
109 lines
4.1 KiB
HTML
<!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>Setup string and regular expression for a multibyte regular expression match</title>
|
||
</head>
|
||
<body class="docs"><div id="layout">
|
||
<div id="layout-content"><div id="function.mb-ereg-search-init" class="refentry">
|
||
<div class="refnamediv">
|
||
<h1 class="refname">mb_ereg_search_init</h1>
|
||
<p class="verinfo">(PHP 4 >= 4.2.0, PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">mb_ereg_search_init</span> — <span class="dc-title">Setup string and regular expression for a multibyte regular expression match</span></p>
|
||
|
||
</div>
|
||
|
||
<div class="refsect1 description" id="refsect1-function.mb-ereg-search-init-description">
|
||
<h3 class="title">说明</h3>
|
||
<div class="methodsynopsis dc-description">
|
||
<span class="methodname"><strong>mb_ereg_search_init</strong></span>
|
||
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$string</code></span>
|
||
[, <span class="methodparam"><span class="type">string</span> <code class="parameter">$pattern</code></span>
|
||
[, <span class="methodparam"><span class="type">string</span> <code class="parameter">$option</code><span class="initializer"> = "msr"</span></span>
|
||
]] ) : <span class="type">bool</span></div>
|
||
|
||
<p class="para rdfs-comment">
|
||
<span class="function"><strong>mb_ereg_search_init()</strong></span> sets
|
||
<code class="parameter">string</code> and <code class="parameter">pattern</code>
|
||
for a multibyte regular expression. These values are used for
|
||
<span class="function"><a href="mb_ereg_search.html" class="function">mb_ereg_search()</a></span>,
|
||
<span class="function"><a href="mb_ereg_search_pos.html" class="function">mb_ereg_search_pos()</a></span>, and
|
||
<span class="function"><a href="mb_ereg_search_regs.html" class="function">mb_ereg_search_regs()</a></span>.
|
||
</p>
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 parameters" id="refsect1-function.mb-ereg-search-init-parameters">
|
||
<h3 class="title">参数</h3>
|
||
<p class="para">
|
||
<dl>
|
||
|
||
|
||
<dt>
|
||
<code class="parameter">string</code></dt>
|
||
|
||
<dd>
|
||
|
||
<p class="para">
|
||
The search string.
|
||
</p>
|
||
</dd>
|
||
|
||
|
||
|
||
<dt>
|
||
<code class="parameter">pattern</code></dt>
|
||
|
||
<dd>
|
||
|
||
<p class="para">
|
||
The search pattern.
|
||
</p>
|
||
</dd>
|
||
|
||
|
||
|
||
<dt>
|
||
<code class="parameter">option</code></dt>
|
||
|
||
<dd>
|
||
|
||
<p class="para">
|
||
The search option. See <span class="function"><a href="mb_regex_set_options.html" class="function">mb_regex_set_options()</a></span> for explanation.
|
||
</p>
|
||
</dd>
|
||
|
||
|
||
</dl>
|
||
|
||
</p>
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 returnvalues" id="refsect1-function.mb-ereg-search-init-returnvalues">
|
||
<h3 class="title">返回值</h3>
|
||
<p class="simpara">
|
||
成功时返回 <strong><code>TRUE</code></strong>, 或者在失败时返回 <strong><code>FALSE</code></strong>。
|
||
</p>
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 notes" id="refsect1-function.mb-ereg-search-init-notes">
|
||
<h3 class="title">注释</h3>
|
||
|
||
<blockquote class="note"><p><strong class="note">Note</strong>: <p class="para"><span class="function"><a href="mb_regex_encoding.html" class="function">mb_regex_encoding()</a></span>
|
||
指定的内部编码或字符编码将会当作此函数用的字符编码。</p></p></blockquote>
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 seealso" id="refsect1-function.mb-ereg-search-init-seealso">
|
||
<h3 class="title">参见</h3>
|
||
<p class="para">
|
||
<ul class="simplelist">
|
||
<li class="member"><span class="function"><a href="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="mb_ereg_search_regs.html" class="function" rel="rdfs-seeAlso">mb_ereg_search_regs()</a> - Returns the matched part of a multibyte regular expression</span></li>
|
||
</ul>
|
||
</p>
|
||
</div>
|
||
|
||
|
||
</div></div></div></body></html> |