For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > March 2007 > cvs: phpdoc /en/reference/classobj/functions get-declared-classes.xml









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/classobj/functions get-declared-classes.xml
Hartmut Holzgraefe

2007-03-31, 7:59 am

hholzgra Sat Mar 31 10:18:03 2007 UTC

Modified files:
/phpdoc/en/reference/classobj/functions get-declared-classes.xml
Log:
dynamicly loaded extensions may define classes, too


http://cvs.php.net/viewvc.cgi/phpdo...0&diff_format=u
Index: phpdoc/en/reference/classobj/functions/get-declared-classes.xml
diff -u phpdoc/en/reference/classobj/functions/get-declared-classes.xml:1.9 phpdoc/en/reference/classobj/functions/get-declared-classes.xml:1.10
--- phpdoc/en/reference/classobj/functions/get-declared-classes.xml:1.9 Thu Feb 1 00:46:02 2007
+++ phpdoc/en/reference/classobj/functions/get-declared-classes.xml Sat Mar 31 10:18:03 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry id="function.get-declared-classes">
<refnamediv>
<refname>get_declared_classes</refname>
@@ -32,8 +32,8 @@
(defined in <filename>ext/standard/dir.c</filename> ).
</para>
<para>
- Also note that depending on what libraries you have compiled
- into PHP, additional classes could be present. This means that
+ Also note that depending on what extensions you have compiled or
+ loaded into PHP, additional classes could be present. This means that
you will not be able to define your own classes using these
names. There is a list of predefined classes in the <link
linkend="reserved.classes">Predefined Classes</link> section of
Sponsored Links







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

Copyright 2008 codecomments.com