Hi, i've got a question again :
after my multiple researchs on the internet, i still don't understand the
difference between the call of a function with
function toto($argument1, $argument2, ...)
{
...
}
or with
function toto
{
param ( [string] $arguments1, [string] $arguments2)
...
}
Could someone explain it to me ?
Thanx
bye
Nico


