On Jan 25, 9:08 am, turnitup <same@same> wrote:
> What's the easiest way to get the name of function arguments?
>
> For example
>
> function fred($day, $week)
> {
> echo (firstargumentname);
> echo (secondargumentname);
>
> }
>
> echoes "day" "week"
No easy way -- but I'm curious why you need them. Care to share?