aboutsummaryrefslogtreecommitdiff
path: root/stubs
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2024-01-31 06:11:00 +0300
committerEvgeny Zinoviev <me@ch1p.io>2024-01-31 20:45:40 +0300
commitc0dc531ebefd8912819f3b6c8bda1fed3c7e750c (patch)
tree2c75aa9df182260aef09faf4befd81a4c2b9c5e2 /stubs
parent48d688cdf7f9eae1bf11b8a6f0e5b98687c604cb (diff)
make it simple, but not simpler
Diffstat (limited to 'stubs')
-rw-r--r--stubs/vkflex.php11
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