| Octalpussy In my previous post I asked what would be the output of of the following numbers: echo 09," => (09) <br>"; echo 9," => (9) <br>"; The answer is: 0 => (09) 9 => (9) That's because any number preceded by 0 is treated as an octal number, and... |
| QReflection |
|
|
|
Package:
Summary:
Retrieve the structure of a class using reflection
Groups:
Author:
Description:
This class can be used to retrieve the structure of a class using reflection.
It queries a given class structure with reflection to retrieve the follow details: - Comments - Interfaces - Constants - Properties - Methods - Method signatures The class details are stored in an array variable of this class. Read more at: http://feeds.feedburner.com/~r/phpclasses-xml/~3/298794041/click.phdo. |
| < Prev | Next > |
|---|

