@@ -171,6 +171,9 @@ |
||
171 | 171 | } |
172 | 172 | } |
173 | 173 | |
174 | + /** |
|
175 | + * @param string $filepath |
|
176 | + */ |
|
174 | 177 | private function mb_pathinfo($filepath) { |
175 | 178 | $result = []; |
176 | 179 | preg_match('%^(.*?)[\\\\/]*(([^/\\\\]*?)(\.([^\.\\\\/]+?)|))[\\\\/\.]*$%im', ltrim('/' . $filepath), $matches); |