From 02ad335b05ee3f015955c7cc2285a78b7fc52aa2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Nov 2012 10:24:11 +0100 Subject: php-pecl-uuid: save the uuid-php and pecl/uuid extension information --- uuid-php.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 uuid-php.txt (limited to 'uuid-php.txt') diff --git a/uuid-php.txt b/uuid-php.txt new file mode 100644 index 0000000..84b1738 --- /dev/null +++ b/uuid-php.txt @@ -0,0 +1,50 @@ +Extension [ extension #103 uuid 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 [ function uuid_create ] { + } + Function [ function uuid_destroy ] { + } + Function [ function uuid_clone ] { + } + Function [ function uuid_load ] { + } + Function [ function uuid_make ] { + } + Function [ function uuid_isnil ] { + } + Function [ function uuid_compare ] { + } + Function [ function uuid_import ] { + } + Function [ function uuid_export ] { + } + Function [ function uuid_error ] { + } + Function [ function uuid_version ] { + } + } +} + -- cgit