Searched refs:parseTime (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SFTP.php | 3026 private function parseTime($key, $flags, &$response) function in phpseclib3\\Net\\SFTP 3107 $attr += $this->parseTime('atime', $flags, $response); 3113 $attr += $this->parseTime('createtime', $flags, $response); 3116 $attr += $this->parseTime('mtime', $flags, $response); 3171 $attr += $this->parseTime('ctime', $flags, $response);
|