diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-15 23:15:05 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-16 10:00:39 +0900 |
| commit | 7011204a8267137967e55b3e6016b88f2e4a600d (patch) | |
| tree | 13bb802e1088ac47dbf9ac6e3cea220d8d53168c /crates/shirabe-php-shim | |
| parent | 4ac20be1cb04443d193d9e99a0d1037563ee0d13 (diff) | |
| download | php-shirabe-7011204a8267137967e55b3e6016b88f2e4a600d.tar.gz php-shirabe-7011204a8267137967e55b3e6016b88f2e4a600d.tar.zst php-shirabe-7011204a8267137967e55b3e6016b88f2e4a600d.zip | |
feat(port): port PackageSorter.php
Diffstat (limited to 'crates/shirabe-php-shim')
| -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 4a8d035..072d458 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -521,3 +521,7 @@ pub fn html_entity_decode(s: &str) -> String { pub fn hash_file(algo: &str, filename: &str) -> Option<String> { todo!() } + +pub fn strnatcasecmp(s1: &str, s2: &str) -> i64 { + todo!() +} |
