summaryrefslogtreecommitdiffstats
path: root/uuid-pecl.txt
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-06 10:24:11 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-06 10:24:11 +0100
commit02ad335b05ee3f015955c7cc2285a78b7fc52aa2 (patch)
treeade147b0baa7060f8e3639095ee0ca253d0bfd56 /uuid-pecl.txt
parent9de9a6db3f6e74582af7d3c1699ebeb666a185a7 (diff)
php-pecl-uuid: save the uuid-php and pecl/uuid extension information
Diffstat (limited to 'uuid-pecl.txt')
-rw-r--r--uuid-pecl.txt80
1 files changed, 80 insertions, 0 deletions
diff --git a/uuid-pecl.txt b/uuid-pecl.txt
new file mode 100644
index 0000000..19b4b55
--- /dev/null
+++ b/uuid-pecl.txt
@@ -0,0 +1,80 @@
+Extension [ <persistent> extension #103 uuid version 1.0.3 ] {
+
+ - Constants [10] {
+ Constant [ integer UUID_VARIANT_DCE ] { 1 }
+ Constant [ integer UUID_VARIANT_MICROSOFT ] { 2 }
+ Constant [ integer UUID_VARIANT_OTHER ] { 3 }
+ Constant [ integer UUID_TYPE_DEFAULT ] { 0 }
+ Constant [ integer UUID_TYPE_TIME ] { 1 }
+ Constant [ integer UUID_TYPE_DCE ] { 4 }
+ Constant [ integer UUID_TYPE_NAME ] { 1 }
+ Constant [ integer UUID_TYPE_RANDOM ] { 4 }
+ Constant [ integer UUID_TYPE_NULL ] { -1 }
+ Constant [ integer UUID_TYPE_INVALID ] { -42 }
+ }
+
+ - Functions {
+ Function [ <internal:uuid> function uuid_create ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $uuid_type ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_is_valid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_compare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $uuid1 ]
+ Parameter #1 [ <required> $uuid2 ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_is_null ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_type ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_variant ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_time ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_mac ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_parse ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ Function [ <internal:uuid> function uuid_unparse ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uuid ]
+ }
+ }
+ }
+}
+