2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2006-03-26 20:09:17 +00:00
|
|
|
<!-- $Revision: 1.6 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- splitted from ./en/functions/com.xml, last change in rev 1.27 -->
|
|
|
|
<refentry id='function.com-isenum'>
|
|
|
|
<refnamediv>
|
|
|
|
<refname>com_isenum</refname>
|
2004-05-03 14:55:02 +00:00
|
|
|
<refpurpose>Indicates if a COM object has an IEnumVariant interface for iteration [deprecated]</refpurpose>
|
2002-04-15 00:12:54 +00:00
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
2004-08-13 16:12:06 +00:00
|
|
|
<type>bool</type><methodname>com_isenum</methodname>
|
2004-11-19 11:26:17 +00:00
|
|
|
<methodparam><type>variant</type><parameter>com_module</parameter></methodparam>
|
2002-04-15 00:12:54 +00:00
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
2004-05-03 14:55:02 +00:00
|
|
|
Checks to see if a COM object can be enumerated using the
|
|
|
|
<literal>Next()</literal> method hack. Returns &true; if it can, &false; if it cannot.
|
|
|
|
See <xref linkend="class.com"/> class for more details on these
|
|
|
|
methods.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
2004-05-03 14:55:02 +00:00
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
This function does not exist in PHP 5; use the more natural
|
2006-03-26 20:09:17 +00:00
|
|
|
<link linkend="control-structures.foreach">foreach</link> statement to iterate
|
2004-05-03 14:55:02 +00:00
|
|
|
over the contents of COM objects. See <xref linkend="com.foreach"/> for
|
|
|
|
more details.
|
|
|
|
</para>
|
|
|
|
</note>
|
2002-04-15 00:12:54 +00:00
|
|
|
</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:"../../../../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
|
|
|
|
-->
|