function numbers() { return array(1, 2, 3); } list ($one, $two, $three) = numbers();
function numbers() {
return array(1, 2, 3);
}
list ($one, $two, $three) = numbers();
怎么让他运行出结果。。。
function numbers() {
return array(1, 2, 3);
}
list ($one, $two, $three) = numbers();
怎么让他运行出结果。。。
2015-02-10
举报