1
0
mirror of https://github.com/php/doc-zh.git synced 2026-03-26 08:02:16 +01:00
Files
魔王卷子 bd73720cf6 Update reflection (#435)
* Update isiterateable.xml

* Update getdefaultproperties.xml

* Update getdefaultproperties.xml

* Update getextensionname.xml

* Update gettraitaliases.xml

* Update isinstantiable.xml

* Update istrait.xml

* Update getdoccomment.xml

* Update tostring.xml

* Update getstaticproperties.xml

* Update gettraits.xml

* Update export.xml

* Update getproperties.xml

* Update getextension.xml

* Update getendline.xml

* Update implementsinterface.xml

* Update newinstanceargs.xml

* Update getname.xml

* Update newinstancewithoutconstructor.xml

* Update getconstructor.xml

* Update getparentclass.xml

* Update gettraitnames.xml

* Update setstaticpropertyvalue.xml

* Update getmethod.xml

* Update newinstance.xml

* Update issubclassof.xml

* Update issubclassof.xml

* Update getnamespacename.xml

* Update getfilename.xml

* Update construct.xml

* Update getstartline.xml

* Update getmethods.xml

* Update getconstant.xml

* Update implementsinterface.xml

* Update implementsinterface.xml

* Update newinstance.xml

* Update getdoccomment.xml

* Update newinstancewithoutconstructor.xml

* Update getdoccomment.xml
2022-10-22 23:47:28 +08:00

42 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1046d428ad83d2ac0b22456e4106096ca2f0a991 Maintainer: daijie Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<refentry xml:id="reflectionclass.isiterateable" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>ReflectionClass::isIterateable</refname>
<refpurpose>&Alias; <methodname>ReflectionClass::isIterable</methodname></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>&Alias; <methodname>ReflectionClass::isIterable</methodname></para>
<para>
自 PHP 7.2.0 起,应该首选 <methodname>RefectionClass::isIterable</methodname>,而不是拼写错误的
<methodname>ReflectionClass::isIterateable</methodname>
</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
-->