Hi All,
Is it any possibility to get a list of attributes of function or method in php?
For examlpe I have got a following function:
[PHP]function example ($att1, $att2) {
...
}[/PHP]
and I want to get a list of attributes which holds number of attributes and their names.
thanks
Is it any possibility to get a list of attributes of function or method in php?
For examlpe I have got a following function:
[PHP]function example ($att1, $att2) {
...
}[/PHP]
and I want to get a list of attributes which holds number of attributes and their names.
thanks
Comment