Posted by Oli Filth on 09/25/06 17:13
The87Boy said the following on 25/09/2006 16:44:
> Is there any ways to make a function like system(), which returns more
> than one value (true or false) and (the array)
A function can have only one return value. However, it can alter
variables passed in by reference, which is what happens with system().
See http://uk.php.net/manual/en/language.references.php.
--
Oli
Navigation:
[Reply to this message]
|