A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by nincha » Tue Jan 20, 2004 5:29 pm
Post by markl999 » Tue Jan 20, 2004 5:31 pm
Code: Select all
function foo(){ $val1 = 'hello'; $val2 = 'goodbye'; return array($val1, $val2); } list($val1, $val2) = foo();
Return to “PHP - Code”