mirror of
https://github.com/php/doc-zh.git
synced 2026-03-24 15:12:20 +01:00
* Update reflectionenum.xml * Update construct.xml * Update getbackingtype.xml * Update getcase.xml * Update getcases.xml * Update hascase.xml * Update isbacked.xml * Update reflectionenumbackedcase.xml * Update getbackingvalue.xml * Update reflectionenumunitcase.xml * Update getenum.xml * Update getvalue.xml * Update reflectionextension.xml * Update clone.xml * Update construct.xml * Update export.xml * Update getclasses.xml * Update getclassnames.xml * Update getconstants.xml * Update getdependencies.xml * Update getfunctions.xml * Update getinientries.xml * Update getname.xml * Update getversion.xml * Update info.xml * Update ispersistent.xml * Update istemporary.xml * Update tostring.xml * Update clone.xml * Update getclosurethis.xml * Update getdoccomment.xml * Update getendline.xml * Update getextension.xml * Update getextensionname.xml * Update getfilename.xml * Update getname.xml * Update getnamespacename.xml * Update getnumberofparameters.xml * Update getnumberofrequiredparameters.xml * Update getparameters.xml * Update getshortname.xml * Update getstartline.xml * Update getstaticvariables.xml * Update innamespace.xml * Update isclosure.xml * Update isdeprecated.xml * Update isgenerator.xml * Update isinternal.xml * Update isuserdefined.xml * Update returnsreference.xml * Update tostring.xml * Update reflectionfunctionabstract.xml * Update reflectionintersectiontype.xml * Update gettypes.xml * Update reflectionfiber.xml
64 lines
1.7 KiB
XML
64 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: 谢毅斌 Status: ready -->
|
|
<!-- CREDITS: mowangjuanzi -->
|
|
<refentry xml:id="reflectionfunctionabstract.getendline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<refnamediv>
|
|
<refname>ReflectionFunctionAbstract::getEndLine</refname>
|
|
<refpurpose>获取结束行号</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<methodsynopsis role="ReflectionFunctionAbstract">
|
|
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>ReflectionFunctionAbstract::getEndLine</methodname>
|
|
<void/>
|
|
</methodsynopsis>
|
|
<para>
|
|
获取结束行号。
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
&no.function.parameters;
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
&reftitle.returnvalues;
|
|
<para>
|
|
获取用户定义函数的结束行号,如果未知返回 &false;。
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
<simplelist>
|
|
<member><methodname>ReflectionFunctionAbstract::getStartLine</methodname></member>
|
|
</simplelist>
|
|
</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
|
|
-->
|