Mailinglisten-Archive |
> Ich habe eine function like this: > > function myfunc($ARG1,$ARG2) { > echo "LOOK1: $ARG1"; > echo "LOOK2: $ARG2"; > } func_get_arg() - Return an item from the argument list func_get_args() - Returns an array comprising a function's argument list func_num_args() - Returns the number of arguments passed to the function damit kannst du schauen, ob die args auch wirklich übernommen werden kiri ________________ 8307 305 165 1781
php::bar PHP Wiki - Listenarchive