mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 05:26:57 +08:00
52 lines
2.3 KiB
HTML
52 lines
2.3 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>Creates a Radius handle for accounting</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.radius-acct-open" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">radius_acct_open</h1>
|
|
<p class="verinfo">(PECL radius >= 1.1.0)</p><p class="refpurpose"><span class="refname">radius_acct_open</span> — <span class="dc-title">Creates a Radius handle for accounting</span></p>
|
|
|
|
</div>
|
|
|
|
<div class="refsect1 description" id="refsect1-function.radius-acct-open-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>radius_acct_open</strong></span>
|
|
( <span class="methodparam">void</span>
|
|
) : <span class="type">resource</span></div>
|
|
|
|
<p class="para rdfs-comment">
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 returnvalues" id="refsect1-function.radius-acct-open-returnvalues">
|
|
<h3 class="title">返回值</h3>
|
|
<p class="para">
|
|
Returns a handle on success, <strong><code>FALSE</code></strong> on error. This function only fails if
|
|
insufficient memory is available.
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 examples" id="refsect1-function.radius-acct-open-examples">
|
|
<h3 class="title">范例</h3>
|
|
<p class="para">
|
|
<div class="example" id="example-664">
|
|
<p><strong>Example #1 <span class="function"><strong>radius_acct_open()</strong></span> example</strong></p>
|
|
<div class="example-contents">
|
|
<div class="phpcode"><pre><span style="color: #000000">
|
|
<span style="color: #0000BB"><?php<br />$res </span><span style="color: #007700">= </span><span style="color: #0000BB">radius_acct_open </span><span style="color: #007700">()<br /> or die (</span><span style="color: #DD0000">"Could not create handle"</span><span style="color: #007700">);<br />print(</span><span style="color: #DD0000">"Handle successfully created"</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">?></span>
|
|
</span>
|
|
</pre></div>
|
|
</div>
|
|
|
|
</div>
|
|
</p>
|
|
</div>
|
|
|
|
</div></div></div></body></html> |