Hi, i want to know if it is possible to create a function and declare that one of its arguments is array type.

In fact i want to do something like this

function test(String $litteral, array $foo){
   .....
}

I got an error when i do something like this. Can you help me please?

Thx,

Marc

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to