1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-28 10:33:19 +02:00
Files
archived-doc-ja/reference/radius/functions/radius-strerror.xml
T
2021-06-19 01:42:39 +09:00

60 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: e6553e39c9d6a20588c464b9af07cbdf07cfe07d Maintainer: takagi Status: ready -->
<refentry xml:id="function.radius-strerror" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>radius_strerror</refname>
<refpurpose>エラーメッセージを返す</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>radius_strerror</methodname>
<methodparam><type>resource</type><parameter>radius_handle</parameter></methodparam>
</methodsynopsis>
<para>
Radius 関数が失敗した場合にはエラーメッセージが記録されます。
この関数により、エラーメッセージを取得することが可能となります。
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
&radius.parameter.handle;
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
失敗した radius 関数からのエラーメッセージを文字列で返します。
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->