在类的方法中 用 数组 作为 参数, 在方法中 返回 数组这个参数
想问一下怎么去实现呢?
比如
class GetArr{
public $arr = new array();
function __construct('数组A'){
'假如这里遍历了一个文件夹,我把它放在一个数组B里了'
$A[] = $B;
}
}
$ga = new GetArr($this->arr);
想问一下怎么去实现呢?
比如
class GetArr{
public $arr = new array();
function __construct('数组A'){
'假如这里遍历了一个文件夹,我把它放在一个数组B里了'
$A[] = $B;
}
}
$ga = new GetArr($this->arr);
2016-01-23
举报