From da300d88f0704b76bf4a602354eeb2ee2e3fdd16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Nov 2012 17:42:03 +0100 Subject: more uuid stuff --- uuid-php.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'uuid-php.txt') 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 [ extension #103 uuid version ] { - Functions { Function [ function uuid_create ] { + + - Parameters [1] { + Parameter #0 [ &$ctx ] + } } Function [ function uuid_destroy ] { } Function [ function uuid_clone ] { + + - Parameters [2] { + Parameter #0 [ $ctx ] + Parameter #1 [ &$ctx2 ] + } } Function [ function uuid_load ] { } Function [ function uuid_make ] { } Function [ function uuid_isnil ] { + + - Parameters [2] { + Parameter #0 [ $ctx ] + Parameter #1 [ &$result ] + } } Function [ function uuid_compare ] { + + - Parameters [3] { + Parameter #0 [ $ctx ] + Parameter #1 [ $ctx2 ] + Parameter #2 [ &$result ] + } } Function [ function uuid_import ] { } Function [ function uuid_export ] { + + - Parameters [3] { + Parameter #0 [ $ctx ] + Parameter #1 [ $fmt ] + Parameter #2 [ &$data ] + } } Function [ function uuid_error ] { } -- cgit