1
0
mirror of https://github.com/php/doc-zh.git synced 2026-03-24 07:02:15 +01:00
Files
魔王卷子 cb91dfe73a Update language 6 (#535)
* Update getiterator.xml

* Update assertionerror.xml

* Update compileerror.xml

* Update valueerror.xml

* Update arithmeticerror.xml

* Update construct.xml

* Update current.xml

* Update key.xml

* Update next.xml

* Update rewind.xml

* Update valid.xml

* Update iteratoraggregate.xml

* Update current.xml

* Update getreturn.xml

* Update key.xml

* Update next.xml

* Update rewind.xml

* Update send.xml

* Update throw.xml

* Update valid.xml

* Update wakeup.xml

* Update construct.xml

* Update current.xml

* Update key.xml

* Update next.xml

* Update rewind.xml

* Update valid.xml

* Update clone.xml

* Update construct.xml

* Update getcode.xml

* Update getfile.xml

* Update getline.xml

* Update getmessage.xml

* Update getprevious.xml

* Update gettrace.xml

* Update gettraceasstring.xml

* Update tostring.xml

* Update argumentcounterror.xml

* Update backedenum.xml

* Update divisionbyzeroerror.xml

* Update fibererror.xml

* Update generator.xml

* Update unhandledmatcherror.xml

* Update unitenum.xml

* Update exception.xml

* Update iterator.xml

* Update operators.xml

* Update getfile.xml

* Update getprevious.xml

* Update tostring.xml
2022-12-19 17:09:46 +08:00

57 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 460f49a93d103cac99556147cb9325b095ca3d42 Maintainer: daijie Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<refentry xml:id="iterator.current" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Iterator::current</refname>
<refpurpose>返回当前元素</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="Iterator">
<modifier>public</modifier> <type>mixed</type><methodname>Iterator::current</methodname>
<void/>
</methodsynopsis>
<para>
返回当前元素。
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
&no.function.parameters;
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
可返回任何类型。
</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
-->