summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-17 17:19:42 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-17 17:19:42 +0200
commit8907f34076c4698469c0de827c0937fdd71dcffe (patch)
tree91734e204cc6e5c141329867b10b1268baaf40f3 /REFLECTION
parent371734b3976fdaf8f8176382ae1cc30cc3ee7939 (diff)
php-pecl-*: add Reflection file
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION80
1 files changed, 80 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION
new file mode 100644
index 0000000..6611904
--- /dev/null
+++ b/REFLECTION
@@ -0,0 +1,80 @@
+Extension [ <persistent> extension #139 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 ]
+ }
+ }
+ }
+}
+