Re: [PHP-DEV] question on function declarations

2004-05-30 Thread Jeremy Johnstone
Nope, this isn't the correct place. Try [EMAIL PROTECTED] -Jeremy On Saturday 29 May 2004 04:47 pm, ahti wrote: > hello! > i really don't know if this is the right place to post this kind of > question, but it seems to be quite close. > > why can't i use C-like variable conversions in php's funct

[PHP-DEV] question on function declarations

2004-05-29 Thread ahti
hello! i really don't know if this is the right place to post this kind of question, but it seems to be quite close. why can't i use C-like variable conversions in php's function declaration, eg. function myfunction($var1, (int)$var2, (bool)$var3=0) ? - I