From 5198120875a89cb9ce45056dab20b107e2b4efd2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 15 May 2026 00:38:13 +0900 Subject: feat(port): port BaseConfigCommand.php --- crates/shirabe-php-shim/src/lib.rs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'crates/shirabe-php-shim/src/lib.rs') diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 48508a4..5a77a4c 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -323,6 +323,14 @@ pub fn class_exists(name: &str) -> bool { todo!() } +pub fn touch(path: &str) -> bool { + todo!() +} + +pub fn chmod(path: &str, mode: u32) -> bool { + todo!() +} + #[derive(Debug)] pub struct RarEntry; -- cgit v1.3.1