mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 13:57:03 +08:00
72 lines
2.0 KiB
HTML
72 lines
2.0 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>Return an array containing the entire map</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.yp-cat" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">yp_cat</h1>
|
|
<p class="verinfo">(PHP 4 >= 4.0.6, PHP 5 < 5.1.0)</p><p class="refpurpose"><span class="refname">yp_cat</span> — <span class="dc-title">Return an array containing the entire map</span></p>
|
|
|
|
</div>
|
|
|
|
<div class="refsect1 description" id="refsect1-function.yp-cat-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>yp_cat</strong></span>
|
|
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$domain</code></span>
|
|
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$map</code></span>
|
|
) : <span class="type">array</span></div>
|
|
|
|
<p class="para rdfs-comment">
|
|
Returns all map entries.
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 parameters" id="refsect1-function.yp-cat-parameters">
|
|
<h3 class="title">参数</h3>
|
|
<p class="para">
|
|
<dl>
|
|
|
|
|
|
<dt>
|
|
<code class="parameter">domain</code></dt>
|
|
|
|
<dd>
|
|
|
|
<p class="para">
|
|
The NIS domain name.
|
|
</p>
|
|
</dd>
|
|
|
|
|
|
|
|
<dt>
|
|
<code class="parameter">map</code></dt>
|
|
|
|
<dd>
|
|
|
|
<p class="para">
|
|
The NIS map.
|
|
</p>
|
|
</dd>
|
|
|
|
|
|
</dl>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 returnvalues" id="refsect1-function.yp-cat-returnvalues">
|
|
<h3 class="title">返回值</h3>
|
|
<p class="para">
|
|
Returns an array of all map entries, the maps key values as array indices
|
|
and the maps entries as array data.
|
|
</p>
|
|
</div>
|
|
|
|
</div></div></div></body></html> |