diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-05-11 16:11:23 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-05-11 16:11:23 +0200 | 
| commit | 002eee2a226099e5c8c2f5130b049bd8e4c5091e (patch) | |
| tree | a6baeb956517cae201a326cd93515c0875af2a7a /REFLECTION | |
| parent | 4cb760a3ce770ed4a627716de3b12dfca868d612 (diff) | |
php-pecl-yp: 1.0.0 (stable)
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 45 | 
1 files changed, 45 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..2299fd5 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,45 @@ +Extension [ <persistent> extension #150 yp version 1.0.0 ] { + +  - Constants [16] { +    Constant [ integer YPERR_ACCESS ] { 15 } +    Constant [ integer YPERR_BADARGS ] { 1 } +    Constant [ integer YPERR_BADDB ] { 13 } +    Constant [ integer YPERR_BUSY ] { 16 } +    Constant [ integer YPERR_DOMAIN ] { 3 } +    Constant [ integer YPERR_KEY ] { 5 } +    Constant [ integer YPERR_MAP ] { 4 } +    Constant [ integer YPERR_NODOM ] { 12 } +    Constant [ integer YPERR_NOMORE ] { 8 } +    Constant [ integer YPERR_PMAP ] { 9 } +    Constant [ integer YPERR_RESRC ] { 7 } +    Constant [ integer YPERR_RPC ] { 2 } +    Constant [ integer YPERR_YPBIND ] { 10 } +    Constant [ integer YPERR_YPERR ] { 6 } +    Constant [ integer YPERR_YPSERV ] { 11 } +    Constant [ integer YPERR_VERS ] { 14 } +  } + +  - Functions { +    Function [ <internal:yp> function yp_get_default_domain ] { +    } +    Function [ <internal:yp> function yp_order ] { +    } +    Function [ <internal:yp> function yp_master ] { +    } +    Function [ <internal:yp> function yp_match ] { +    } +    Function [ <internal:yp> function yp_first ] { +    } +    Function [ <internal:yp> function yp_next ] { +    } +    Function [ <internal:yp> function yp_all ] { +    } +    Function [ <internal:yp> function yp_cat ] { +    } +    Function [ <internal:yp> function yp_errno ] { +    } +    Function [ <internal:yp> function yp_err_string ] { +    } +  } +} +  | 
