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