|
Posted by Noodle on 07/25/06 22:57
Bob Stearns wrote:
> Am I conflating PHP with another language (PERL maybe?) or can you do an
> assignment to $a, $b and $c something like ($a, $b, $c) = $array? The
> given sytax doesn't work nor does [$a, $b, $c] = $array. This leads me
> to believe in the conflation theory. If there is a syntax for this,
> could you please send me a manual reference for it?
$array = array($a, $b, $c);
http://www.php.net/manual/en/function.array.php
Navigation:
[Reply to this message]
|