Searched refs:stripend (Results 1 – 1 of 1) sorted by relevance
/plugin/farm/ |
H A D | infos.animal.class.php | 135 …public function filesinfo($p='.', $regexp='', $stripinitialpath=false, $stripend=0, $initialpath='… argument 145 if($stripend) $w = substr($w, 0, -1 * $stripend); 146 … array_merge($r, $this->filesinfo($p.'/'.$i, $regexp, $stripinitialpath, $stripend, $initialpath));
|