Date: 11/16/01
- Next message: Zak Greant: "[PHP-DOC] cvs: phpdoc / global.ent"
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] Problem on hu tree"
- Next in thread: Zak Greant: "[PHP-DOC] Re: [PHP-DEV] Bug #14083: missing yp documentation for some functions"
- Reply: Zak Greant: "[PHP-DOC] Re: [PHP-DEV] Bug #14083: missing yp documentation for some functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: nathan <email protected>
Operating system: n/a
PHP version: 4.0.6
PHP Bug Type: Documentation problem
Bug description: missing yp documentation for some functions
The current documentation at php.net lists the following
functions for the NIS/YP function set as:
yp_get_default_domain
yp_order
yp_master
yp_match
yp_first
yp_next
However in /ext/yp/php_yp.h the following addtional
functions have beed defined and there is code in yp.c to
make them work (atm I don't know if they work...).
Descriptions from source code accompany function names
yp_all - Traverse map and call a function on each enrty
yp_cat - Return an array containing the entire map
yp_errno - Return the error code from the last call or 0
if no error occured
yp_err_string - Returns corresponding error string fro the
given code
Can you please add thess functions to the documentation
and maybe add an example or two? I'll be working on some
yp stuff soon with php, so I'd be happy to send in some
examples when I have them.
-- Edit bug report at: http://bugs.php.net/?id=14083&edit=1
- Next message: Zak Greant: "[PHP-DOC] cvs: phpdoc / global.ent"
- Previous message: Gabor Hojtsy: "Re: [PHP-DOC] Problem on hu tree"
- Next in thread: Zak Greant: "[PHP-DOC] Re: [PHP-DEV] Bug #14083: missing yp documentation for some functions"
- Reply: Zak Greant: "[PHP-DOC] Re: [PHP-DEV] Bug #14083: missing yp documentation for some functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

