Searched refs:endseparator (Results 1 – 3 of 3) sorted by relevance
339 public function dirname($endseparator=false) { argument340 return $this->dir.($endseparator ? '/' : '');348 public function fullpath($endseparator=false) { argument349 return $this->fullpath.($endseparator ? DIRECTORY_SEPARATOR : '');356 public function rootdir($endseparator=false) { argument357 return $this->rootdir.($endseparator ? DIRECTORY_SEPARATOR : '');