Opened 10 years ago
Last modified 8 years ago
#202 new enhancement
Documentation
Reported by: | Tom Taylor | Owned by: | moo |
---|---|---|---|
Priority: | blocker | Milestone: | stupid doc |
Component: | document | Version: | 1.2.1 |
Keywords: | Cc: | ||
Application: | PHP Version: | ||
Other Exts: | SAPI: | Irrelevant | |
Probability: | Blocked By: | ||
Blocking: |
Description
Xcache api documentation could definatly be more compehensive.
At the moment functions are unclear without enough examples, could do with more php manual style format.
http://xcache.lighttpd.net/wiki/XcacheApi
Kind regards,
Tom Taylor
Change History (3)
comment:1 Changed 10 years ago by moo
comment:2 Changed 10 years ago by laurentb
xcache_clear_cache() does not return an array; it returns null. (correct me if I'm wrong)
comment:3 Changed 10 years ago by moo
you're right, it should return bool, but it return null for "nothing wrong" and false for failure. assume it's "void"
Note: See
TracTickets for help on using
tickets.
fell free to improve it