Home
last modified time | relevance | path

Searched refs:stripend (Results 1 – 1 of 1) sorted by relevance

/plugin/farm/
H A Dinfos.animal.class.php135 …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));