mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-17 21:16:57 +08:00
119 lines
4.0 KiB
HTML
119 lines
4.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>Attaches a vendor specific IP address attribute</title>
|
||
</head>
|
||
<body class="docs"><div id="layout">
|
||
<div id="layout-content"><div id="function.radius-put-vendor-addr" class="refentry">
|
||
<div class="refnamediv">
|
||
<h1 class="refname">radius_put_vendor_addr</h1>
|
||
<p class="verinfo">(PECL radius >= 1.1.0)</p><p class="refpurpose"><span class="refname">radius_put_vendor_addr</span> — <span class="dc-title">Attaches a vendor specific IP address attribute</span></p>
|
||
|
||
</div>
|
||
|
||
<div class="refsect1 description" id="refsect1-function.radius-put-vendor-addr-description">
|
||
<h3 class="title">说明</h3>
|
||
<div class="methodsynopsis dc-description">
|
||
<span class="methodname"><strong>radius_put_vendor_addr</strong></span>
|
||
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$radius_handle</code></span>
|
||
, <span class="methodparam"><span class="type">int</span> <code class="parameter">$vendor</code></span>
|
||
, <span class="methodparam"><span class="type">int</span> <code class="parameter">$type</code></span>
|
||
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$addr</code></span>
|
||
) : <span class="type">bool</span></div>
|
||
|
||
<p class="para rdfs-comment">
|
||
Attaches an IP address vendor specific attribute to the current RADIUS
|
||
request.
|
||
</p>
|
||
<blockquote class="note"><p><strong class="note">Note</strong>: <p class="para">A request must be created via <span class="function"><a href="radius_create_request.html" class="function">radius_create_request()</a></span> before this function can be called.</p></p></blockquote>
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 parameters" id="refsect1-function.radius-put-vendor-addr-parameters">
|
||
<h3 class="title">参数</h3>
|
||
<p class="para">
|
||
<dl>
|
||
|
||
<dt>
|
||
<code class="parameter">radius_handle</code></dt>
|
||
<dd>
|
||
<p class="para">The RADIUS resource.</p></dd>
|
||
|
||
<dt>
|
||
<code class="parameter">vendor</code></dt>
|
||
<dd>
|
||
<p class="para">The vendor ID.</p></dd>
|
||
|
||
<dt>
|
||
<code class="parameter">type</code></dt>
|
||
<dd>
|
||
<p class="para">The attribute type.</p></dd>
|
||
|
||
|
||
<dt>
|
||
<code class="parameter">addr</code></dt>
|
||
|
||
<dd>
|
||
|
||
<p class="para">
|
||
An IPv4 address in string form, such as <em>10.0.0.1</em>.
|
||
</p>
|
||
</dd>
|
||
|
||
|
||
<dt>
|
||
<code class="parameter">options</code></dt>
|
||
<dd>
|
||
<p class="para">A bitmask of the attribute options. The available options include <a href="radius.constants.options.html#constant.radius-option-tagged" class="link"><strong><code>RADIUS_OPTION_TAGGED</code></strong></a> and <a href="radius.constants.options.html#constant.radius-option-salt" class="link"><strong><code>RADIUS_OPTION_SALT</code></strong></a>.</p></dd>
|
||
|
||
<dt>
|
||
<code class="parameter">tag</code></dt>
|
||
<dd>
|
||
<p class="para">The attribute tag. This parameter is ignored unless the <a href="radius.constants.options.html#constant.radius-option-tagged" class="link"><strong><code>RADIUS_OPTION_TAGGED</code></strong></a> option is set.</p></dd>
|
||
|
||
</dl>
|
||
|
||
</p>
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 returnvalues" id="refsect1-function.radius-put-vendor-addr-returnvalues">
|
||
<h3 class="title">返回值</h3>
|
||
<p class="para">
|
||
成功时返回 <strong><code>TRUE</code></strong>, 或者在失败时返回 <strong><code>FALSE</code></strong>。
|
||
</p>
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 changelog" id="refsect1-function.radius-put-vendor-addr-changelog">
|
||
<h3 class="title">更新日志</h3>
|
||
<p class="para">
|
||
<table class="doctable informaltable">
|
||
|
||
<thead>
|
||
<tr>
|
||
<th>版本</th>
|
||
<th>说明</th>
|
||
</tr>
|
||
|
||
</thead>
|
||
|
||
<tbody class="tbody">
|
||
<tr>
|
||
<td>PECL radius 1.3.0</td>
|
||
<td>
|
||
The <code class="parameter">options</code> and <code class="parameter">tag</code>
|
||
parameters were added.
|
||
</td>
|
||
</tr>
|
||
|
||
</tbody>
|
||
|
||
</table>
|
||
|
||
</p>
|
||
</div>
|
||
|
||
|
||
</div></div></div></body></html> |