diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-04 07:53:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-04 07:53:24 +0200 |
commit | 0ee1fcea5fffcea97d84a26630a83e256c209096 (patch) | |
tree | d6e4c3f01acfdbbf41cec63e2f92c92bd3c20587 /uuid-php.txt | |
parent | 550527031eabea15edda7d42e2587e8ae1955213 (diff) |
php-pecl-uuid: 1.0.4RC1
Diffstat (limited to 'uuid-php.txt')
-rw-r--r-- | uuid-php.txt | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/uuid-php.txt b/uuid-php.txt deleted file mode 100644 index a30161e..0000000 --- a/uuid-php.txt +++ /dev/null @@ -1,76 +0,0 @@ -Extension [ <persistent> extension #103 uuid version <no_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 [ <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 ] { - } - Function [ <internal:uuid> function uuid_version ] { - } - } -} - |