For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > March 2006 > cvs: phpdoc /en/reference/com reference.xml /en/reference/com/functions com-isenum.x









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/com reference.xml /en/reference/com/functions com-isenum.x
Antony Dovgal

2006-03-26, 6:57 pm

tony2001 Sun Mar 26 20:09:17 2006 UTC

Modified files:
/phpdoc/en/reference/com reference.xml
/phpdoc/en/reference/com/functions com-isenum.xml
Log:
no need to use xref here, link is enough


http://cvs.php.net/viewcvs.cgi/phpd...2&diff_format=u
Index: phpdoc/en/reference/com/reference.xml
diff -u phpdoc/en/reference/com/reference.xml:1.11 phpdoc/en/reference/com/reference.xml:1.12
--- phpdoc/en/reference/com/reference.xml:1.11 Sun Sep 4 19:39:09 2005
+++ phpdoc/en/reference/com/reference.xml Sun Mar 26 20:09:16 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- Purpose: utilspec.windows -->
<!-- Membership: bundled -->

@@ -78,8 +78,8 @@
<title>For Each</title>

<para>
- Starting with PHP 5, you may use PHP's own <xref
- linkend="control-structures.foreach"/> statement to iterate
+ Starting with PHP 5, you may use PHP's own <link
+ linkend="control-structures.foreach">foreach</link> statement to iterate
over the contents of a standard COM/OLE IEnumVariant. In laymans terms,
this means that you can use foreach in places where you would have used
<literal>For Each</literal> in VB/ASP code.
http://cvs.php.net/viewcvs.cgi/phpd...6&diff_format=u
Index: phpdoc/en/reference/com/functions/com-isenum.xml
diff -u phpdoc/en/reference/com/functions/com-isenum.xml:1.5 phpdoc/en/reference/com/functions/com-isenum.xml:1.6
--- phpdoc/en/reference/com/functions/com-isenum.xml:1.5 Fri Nov 19 11:26:17 2004
+++ phpdoc/en/reference/com/functions/com-isenum.xml Sun Mar 26 20:09:17 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/com.xml, last change in rev 1.27 -->
<refentry id='function.com-isenum'>
<refnamediv>
@@ -21,7 +21,7 @@
<note>
<para>
This function does not exist in PHP 5; use the more natural
- <xref linkend="control-structures.foreach"/> statement to iterate
+ <link linkend="control-structures.foreach">foreach</link> statement to iterate
over the contents of COM objects. See <xref linkend="com.foreach"/> for
more details.
</para>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com