php-windows Digest 12 Jun 2012 14:38:16 -0000 Issue 4051

Topics (messages 30908 through 30908):

Determining an external function/method's argument/parameter listing..?
        30908 by: Jacob Kruger

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
If I managed to determine that a ffunction/method exists for an external class, 
by finding it in the array returned by the get_class_methods('className') 
function, but, then how would I determine the required/possible parameters for 
one of those functions/methods..?

Inside a function itself you can call something like func_get_args() but that 
is, I think, meant to return a list of passed arguments/parameters, and can 
only be called from inside a function itself, whereas, I would like to possibly 
determine what arguments/parameters a function expects/requires, hopefully then 
at least being able to derive from the names what types/values they then 
expect..?

In other words, would like to find some way to find out the sort of function 
definition etc.

And, yes, it would be nice to have a look at the source code am referring to, 
but in this specific case, it seems like it might not be best to ask too many 
questions...<smile>

Stay well

Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'

--- End Message ---

Reply via email to