summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 99d5f0b340bdb3840019370818fc61b23ba7b15b (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 #187 xxtea version 1.0.11 ] {

  - 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] {
      }
    }
  }
}