summaryrefslogtreecommitdiffstats
path: root/uuid-php.txt
blob: a30161e068ce22849fe5a82380462e7853d4a640 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Extension [ <persistent> extension #103 uuid version <no_version> ] {

  - Constants [19] {
    Constant [ integer UUID_VERSION ] { 1073666 }
    Constant [ integer UUID_LEN_BIN ] { 16 }
    Constant [ integer UUID_LEN_STR ] { 36 }
    Constant [ integer UUID_LEN_SIV ] { 39 }
    Constant [ integer UUID_RC_OK ] { 0 }
    Constant [ integer UUID_RC_ARG ] { 1 }
    Constant [ integer UUID_RC_MEM ] { 2 }
    Constant [ integer UUID_RC_SYS ] { 3 }
    Constant [ integer UUID_RC_INT ] { 4 }
    Constant [ integer UUID_RC_IMP ] { 5 }
    Constant [ integer UUID_MAKE_V1 ] { 1 }
    Constant [ integer UUID_MAKE_V3 ] { 2 }
    Constant [ integer UUID_MAKE_V4 ] { 4 }
    Constant [ integer UUID_MAKE_V5 ] { 8 }
    Constant [ integer UUID_MAKE_MC ] { 16 }
    Constant [ integer UUID_FMT_BIN ] { 0 }
    Constant [ integer UUID_FMT_STR ] { 1 }
    Constant [ integer UUID_FMT_SIV ] { 2 }
    Constant [ integer UUID_FMT_TXT ] { 3 }
  }

  - Functions {
    Function [ <internal:uuid> function uuid_create ] {

      - Parameters [1] {
        Parameter #0 [ <required> &$ctx ]
      }
    }
    Function [ <internal:uuid> function uuid_destroy ] {
    }
    Function [ <internal:uuid> function uuid_clone ] {

      - Parameters [2] {
        Parameter #0 [ <required> $ctx ]
        Parameter #1 [ <required> &$ctx2 ]
      }
    }
    Function [ <internal:uuid> function uuid_load ] {
    }
    Function [ <internal:uuid> function uuid_make ] {
    }
    Function [ <internal:uuid> function uuid_isnil ] {

      - Parameters [2] {
        Parameter #0 [ <required> $ctx ]
        Parameter #1 [ <required> &$result ]
      }
    }
    Function [ <internal:uuid> function uuid_compare ] {

      - Parameters [3] {
        Parameter #0 [ <required> $ctx ]
        Parameter #1 [ <required> $ctx2 ]
        Parameter #2 [ <required> &$result ]
      }
    }
    Function [ <internal:uuid> function uuid_import ] {
    }
    Function [ <internal:uuid> function uuid_export ] {

      - Parameters [3] {
        Parameter #0 [ <required> $ctx ]
        Parameter #1 [ <required> $fmt ]
        Parameter #2 [ <required> &$data ]
      }
    }
    Function [ <internal:uuid> function uuid_error ] {
    }
    Function [ <internal:uuid> function uuid_version ] {
    }
  }
}