aboutsummaryrefslogtreecommitdiff
path: root/stubs
diff options
context:
space:
mode:
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