diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-15 00:47:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-15 02:37:37 +0900 |
| commit | fe4c11f23399c3fe90838c228d94746268b51b2d (patch) | |
| tree | 18eee34524a3e830f05045d9dd41b28ce7624f5d /crates/shirabe-php-shim/src/lib.rs | |
| parent | 36e367ffe00328c8d6271c8e218186d7a286bfa6 (diff) | |
| download | php-shirabe-fe4c11f23399c3fe90838c228d94746268b51b2d.tar.gz php-shirabe-fe4c11f23399c3fe90838c228d94746268b51b2d.tar.zst php-shirabe-fe4c11f23399c3fe90838c228d94746268b51b2d.zip | |
feat(port): port ClearCacheCommand.php
Diffstat (limited to 'crates/shirabe-php-shim/src/lib.rs')
| -rw-r--r-- | crates/shirabe-php-shim/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 1a4da1c..af62fef 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -348,6 +348,10 @@ pub fn in_array(needle: PhpMixed, haystack: &PhpMixed, strict: bool) -> bool { todo!() } +pub fn realpath(path: &str) -> Option<String> { + todo!() +} + pub fn dirname(path: &str) -> String { todo!() } |
