| 1 | <?php |
||
| 12 | class System implements ISystem { |
||
| 13 | /** @var (string|bool)[] */ |
||
| 14 | private $paths = []; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Get the path to a file descriptor of the current process |
||
| 18 | * |
||
| 19 | * @param int $num the file descriptor id |
||
| 20 | * @return string |
||
| 21 | * @throws Exception |
||
| 22 | */ |
||
| 23 | 518 | public function getFD($num) { |
|
| 35 | |||
| 36 | 520 | public function getSmbclientPath() { |
|
| 39 | |||
| 40 | 512 | public function getNetPath() { |
|
| 43 | |||
| 44 | 510 | public function getStdBufPath() { |
|
| 47 | |||
| 48 | 2 | public function libSmbclientAvailable() { |
|
| 51 | |||
| 52 | 520 | protected function getBinaryPath($binary) { |
|
| 61 | } |
||
| 62 |