update plugin docs and add some helper functions

This commit is contained in:
Jerry
2023-03-31 21:44:48 +08:00
committed by GitHub
parent f85719ac8b
commit baa6ce9fc1
10 changed files with 161 additions and 12 deletions

View File

@@ -27,7 +27,7 @@
└── test-app/
├── main.php
├── empty/
└── zmplugin.json
└── composer.json
```
```php
@@ -36,7 +36,7 @@ $result = \ZM\Store\FileSystem::scanDirFiles('/home/ab/test/', true, false);
结果:
[
"/home/ab/test/test-app/main.php",
"/home/ab/test/test-app/zmplugin.json"
"/home/ab/test/test-app/composer.json"
]
*/
$result2 = \ZM\Store\FileSystem::scanDirFiles('/home/ab/test/', false, true, true);