diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2024-01-31 06:11:00 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2024-01-31 20:45:40 +0300 |
commit | c0dc531ebefd8912819f3b6c8bda1fed3c7e750c (patch) | |
tree | 2c75aa9df182260aef09faf4befd81a4c2b9c5e2 /stubs/vkflex.php | |
parent | 48d688cdf7f9eae1bf11b8a6f0e5b98687c604cb (diff) |
make it simple, but not simpler
Diffstat (limited to 'stubs/vkflex.php')
-rw-r--r-- | stubs/vkflex.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/stubs/vkflex.php b/stubs/vkflex.php new file mode 100644 index 0000000..9a92533 --- /dev/null +++ b/stubs/vkflex.php @@ -0,0 +1,11 @@ +<?php + +/** + * @param string $name CP1251 encoded name + * @param string $case Gen, Dat, Acc, Ins, Abl + * @param int $sex 0=male, 1=female + * @param int $lang 0=russian, 1=ukrainian + * @param int $type 0=name, 1=surname + * @return string CP1251 encoded name + */ +function vkflex(string $name, string $case, int $sex, int $lang, int $type): string {}
\ No newline at end of file |