summaryrefslogtreecommitdiffstats
path: root/uuid-php.txt
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-06 17:42:03 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-06 17:42:03 +0100
commitda300d88f0704b76bf4a602354eeb2ee2e3fdd16 (patch)
tree6d786137efc0bd4577c5af85185af22f77803cc9 /uuid-php.txt
parent8c44322ae9031ac21177bd24e51796d9004e9528 (diff)
more uuid stuff
Diffstat (limited to 'uuid-php.txt')
-rw-r--r--uuid-php.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/uuid-php.txt b/uuid-php.txt
index 84b1738..a30161e 100644
--- a/uuid-php.txt
+++ b/uuid-php.txt
@@ -24,22 +24,48 @@ Extension [ <persistent> extension #103 uuid version <no_version> ] {
- 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 ] {
}