update api docs

This commit is contained in:
Github Build Bot
2022-04-15 15:08:34 +00:00
parent f4d75e211f
commit 6d23e489aa
10 changed files with 1195 additions and 5 deletions

View File

@@ -201,3 +201,26 @@ public function isRelativePath(string $path): bool
| 类型 | 描述 |
| ---- | ----------- |
| bool | 返回结果 |
## createIfNotExists
```php
public function createIfNotExists(string $path): void
```
### 描述
创建目录(如果不存在)
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| path | string | 目录路径 |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| void | |