mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
add isPath method, fix validation errors, fix returned data types
This commit is contained in:
parent
82085aa8c3
commit
2e34ee480b
2 changed files with 35 additions and 11 deletions
12
README.md
12
README.md
|
|
@ -210,6 +210,18 @@ var_dump (
|
|||
);
|
||||
```
|
||||
|
||||
#### Filesystem::isPath
|
||||
|
||||
Check path exist and match storage item
|
||||
|
||||
```
|
||||
var_dump (
|
||||
$filesystem->isPath(
|
||||
'/full/path/to/page.txt'
|
||||
)
|
||||
);
|
||||
```
|
||||
|
||||
### Helper
|
||||
|
||||
Useful methods to minify controller codebase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue