[PHP] Predefined Classes in PHP5

2007-02-09 Thread Jim Lucas
I am wondering about the Predefined Classes for PHP5. I see that this page: http://us3.php.net/manual/en/reserved.classes.php and http://devzone.zend.com/manual/view/page/reserved.classes.html and http://livedocs.phpdoc.info/index.php?l=enq=reserved Doesn't have much on the new classes that

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Nicholas Yim
Hello Jim Lucas, try get_declared_classes and get_declared_interfaces Best regards, === At 2007-02-09, 17:26:01 you wrote: === I am wondering about the Predefined Classes for PHP5. I see that this page: http://us3.php.net/manual/en/reserved.classes.php and

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-09 01:22:14 -0800: I am wondering about the Predefined Classes for PHP5. I see that this page: http://us3.php.net/manual/en/reserved.classes.php That page only shows two (2) new predefined classes for PHP5 But, as you can see from the first post on that

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Jochem Maas
Jim Lucas wrote: I am wondering about the Predefined Classes for PHP5. I see that this page: http://us3.php.net/manual/en/reserved.classes.php and http://devzone.zend.com/manual/view/page/reserved.classes.html and http://livedocs.phpdoc.info/index.php?l=enq=reserved Doesn't have much

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-09 14:44:32 +0100: Jim Lucas wrote: I am wondering about the Predefined Classes for PHP5. vv I don't have all the various extensions loaded, so I don't have access to the various classes.

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Jochem Maas
Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-02-09 14:44:32 +0100: Jim Lucas wrote: I am wondering about the Predefined Classes for PHP5. vv I don't have all the various extensions loaded, so I don't have access to

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Stut
Jim Lucas wrote: So, to my question. Does anybody have a place they can refer me to to find out about all the available classes in PHP5. Granted that I don't have all the various extensions loaded, so I don't have access to the various classes. I would, however, like to be able to read

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Jim Lucas
Nicholas Yim wrote: Hello Jim Lucas, try get_declared_classes and get_declared_interfaces Best regards, === At 2007-02-09, 17:26:01 you wrote: === I am wondering about the Predefined Classes for PHP5. I see that this page:

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Jim Lucas
Stut wrote: Jim Lucas wrote: So, to my question. Does anybody have a place they can refer me to to find out about all the available classes in PHP5. Granted that I don't have all the various extensions loaded, so I don't have access to the various classes. I would, however, like to be able

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Jim Lucas
Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-02-09 14:44:32 +0100: Jim Lucas wrote: I am wondering about the Predefined Classes for PHP5. vv I don't have all the various extensions loaded, so I don't have access to the

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Jim Lucas
Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-02-09 01:22:14 -0800: I am wondering about the Predefined Classes for PHP5. I see that this page: http://us3.php.net/manual/en/reserved.classes.php That page only shows two (2) new predefined classes for PHP5 But, as you can see from the

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Stut
Jim Lucas wrote: Stut wrote: Jim Lucas wrote: So, to my question. Does anybody have a place they can refer me to to find out about all the available classes in PHP5. Granted that I don't have all the various extensions loaded, so I don't have access to the various classes. I would,

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-09 16:04:35 +0100: Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-02-09 14:44:32 +0100: Jim Lucas wrote: I am wondering about the Predefined Classes for PHP5. vv I don't have all the

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Jim Lucas
Jim Lucas wrote: I am wondering about the Predefined Classes for PHP5. I see that this page: http://us3.php.net/manual/en/reserved.classes.php and http://devzone.zend.com/manual/view/page/reserved.classes.html and http://livedocs.phpdoc.info/index.php?l=enq=reserved Doesn't have much on the

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-09 08:15:33 -0800: Roman Neuhauser wrote: The manual? If it's not documented there, try the source. try the source -- Joke, right? It's just English text with lots of curly braces. ;) -- How many Vietnam vets does it take to screw in a light bulb? You don't

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-09 08:33:29 -0800: Jim Lucas wrote: So, to my question. Does anybody have a place they can refer me to to find out about all the available classes in PHP5. Granted that I don't have all the various extensions loaded, so I don't have access to the various

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Jim Lucas
Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-02-09 08:33:29 -0800: Jim Lucas wrote: So, to my question. Does anybody have a place they can refer me to to find out about all the available classes in PHP5. Granted that I don't have all the various extensions loaded, so I don't have

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-09 08:57:39 -0800: Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-02-09 08:33:29 -0800: Jim Lucas wrote: So, to my question. Does anybody have a place they can refer me to to find out about all the available classes in PHP5. Granted that I don't have all

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Jochem Maas
Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-02-09 16:04:35 +0100: Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2007-02-09 14:44:32 +0100: Jim Lucas wrote: I am wondering about the Predefined Classes for PHP5. vv I

Re: [PHP] Predefined Classes in PHP5

2007-02-09 Thread Jim Lucas
Jim Lucas wrote: I am wondering about the Predefined Classes for PHP5. I see that this page: http://us3.php.net/manual/en/reserved.classes.php and http://devzone.zend.com/manual/view/page/reserved.classes.html and http://livedocs.phpdoc.info/index.php?l=enq=reserved Doesn't have much on the