源代码:
"Cat","b" => "Dog", "c" => "Horse"); extract($my_array); echo "\$a = $a; \$b = $b; \$c = $c"; ?>
运行结果:
$a = Cat; $b = Dog; $c = Horse