uTools-Manuals/docs/php/radius_put_addr.html
2019-04-28 19:00:34 +08:00

114 lines
4.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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 an IP address attribute</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.radius-put-addr" class="refentry">
<div class="refnamediv">
<h1 class="refname">radius_put_addr</h1>
<p class="verinfo">(PECL radius &gt;= 1.1.0)</p><p class="refpurpose"><span class="refname">radius_put_addr</span> &mdash; <span class="dc-title">Attaches an IP address attribute</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.radius-put-addr-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>radius_put_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">$type</code></span>
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$addr</code></span>
[, <span class="methodparam"><span class="type">int</span> <code class="parameter">$options</code><span class="initializer"> = 0</span></span>
[, <span class="methodparam"><span class="type">int</span> <code class="parameter">$tag</code></span>
]] ) : <span class="type">bool</span></div>
<p class="para rdfs-comment">
Attaches an IP address 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-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">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-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-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>