How to get the php function or method attributes?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • basstradamus
    New Member
    • Mar 2007
    • 11

    How to get the php function or method attributes?

    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
    Last edited by basstradamus; Oct 31 '07, 11:14 AM. Reason: spelling
  • basstradamus
    New Member
    • Mar 2007
    • 11

    #2
    I mean parameters...:)

    Comment

    Working...