We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8ff27 commit f87b025Copy full SHA for f87b025
1 file changed
lz4.stub.php
@@ -2,6 +2,31 @@
2
3
namespace {
4
5
+ /**
6
+ * @var int
7
+ * @cvalue LZ4_CLEVEL_MIN
8
+ */
9
+ const LZ4_CLEVEL_MIN = UNKNOWN;
10
+
11
12
13
+ * @cvalue LZ4_CLEVEL_MAX
14
15
+ const LZ4_CLEVEL_MAX = UNKNOWN;
16
17
18
+ * @var string
19
+ * @cvalue LZ4_VERSION_TEXT
20
21
+ const LZ4_VERSION_TEXT = UNKNOWN;
22
23
24
25
+ * @cvalue LZ4_VERSION_NUMBER
26
27
+ const LZ4_VERSION_NUMBER = UNKNOWN;
28
29
30
function lz4_compress(string $data, int $level = 0, string $extra = NULL): string|false {}
31
32
0 commit comments