⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uri_user.sgml

📁 sip server服务器
💻 SGML
字号:
<!-- Module User's Guide --><chapter>    <chapterinfo>	<revhistory>	    <revision>		<revnumber>$Revision: 1.3 $</revnumber>		<date>$Date: 2004/04/14 12:33:39 $</date>	    </revision>	</revhistory>    </chapterinfo>    <title>User's Guide</title>        <section>	<title>Overview</title>	<para>Various checks related to &sip; &uri;.</para>    </section>    <section>	<title>Dependencies</title>	<section>	    <title>&ser; Modules</title>	    <para>None.</para>	</section>	<section>	    <title>External Libraries or Applications</title>	    <para>		The following libraries or applications must be installed before running		&ser; with this module loaded:	    	<itemizedlist>		    <listitem>			<para>			    <emphasis>None</emphasis>.			</para>		    </listitem>	    	</itemizedlist>	    </para>	</section>    </section>    <section>	<title>Exported Parameters</title>	<para>	    None.	</para>    </section>    <section>	<title>Exported Functions</title>	<section>	    <title>		<function moreinfo="none">is_user(username)</function>	    </title>	    <para>		Check if the username in credentials matches the given username.	    </para>	    <para>Meaning of the parameters is as follows:</para>	    <itemizedlist>		<listitem>		    <para><emphasis>username</emphasis> - Username string.		    </para>		</listitem>	    </itemizedlist>	    <example>		<title><function>is_user</function> usage</title>		<programlisting format="linespecific">...if (is_user("jan")) {    ...};...</programlisting>	    </example>	</section>	<section>	    <title>		<function moreinfo="none">has_totag()</function>	    </title>	    <para>		Check if To header field uri contains tag parameter.	    </para>	    <example>		<title><function>has_totag</function> usage</title>		<programlisting format="linespecific">...if (has_totag()) {    ...};...</programlisting>	    </example>	</section>    </section></chapter><!-- Keep this element at the end of the fileLocal Variables:sgml-parent-document: ("uri.sgml" "Book" "chapter")End:-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -