blob: 9a903b45f3a5a2304499a1dcb2ef6a06e8691489 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
Extension [ <persistent> extension #169 xxtea version 1.0.10 ] {
- Functions {
Function [ <internal:xxtea> function xxtea_encrypt ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
Parameter #1 [ <required> $key ]
}
}
Function [ <internal:xxtea> function xxtea_decrypt ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
Parameter #1 [ <required> $key ]
}
}
Function [ <internal:xxtea> function xxtea_info ] {
- Parameters [0] {
}
}
}
- Classes [1] {
Class [ <internal:xxtea> class XXTEA ] {
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [2] {
Method [ <internal:xxtea> static public method encrypt ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
Parameter #1 [ <required> $key ]
}
}
Method [ <internal:xxtea> static public method decrypt ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
Parameter #1 [ <required> $key ]
}
}
}
- Properties [0] {
}
- Methods [0] {
}
}
}
}
|