| 1 | <?php |
||
| 12 | class System implements ISystem { |
||
| 13 | private $smbclient; |
||
| 14 | |||
| 15 | private $net; |
||
| 16 | |||
| 17 | private $stdbuf; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Get the path to a file descriptor of the current process |
||
| 21 | * |
||
| 22 | * @param int $num the file descriptor id |
||
| 23 | * @return string |
||
| 24 | * @throws Exception |
||
| 25 | */ |
||
| 26 | 777 | public function getFD($num) { |
|
| 38 | |||
| 39 | 777 | public function getSmbclientPath() { |
|
| 45 | |||
| 46 | 768 | public function getNetPath() { |
|
| 52 | |||
| 53 | 765 | public function hasStdBuf() { |
|
| 62 | } |
||
| 63 |