#undef BUFFERLEN
/* }}} */
-/* {{{ proto void hw_modifyobject(int link, int objid, array remattributes, array addattributes, [int mode])
+/* {{{ proto void hw_modifyobject(int link, int objid, array remattributes, array addattributes [, int mode])
Modifies attributes of an object */
#define BUFFERLEN 200
PHP_FUNCTION(hw_modifyobject) {
}
/* }}} */
-/* {{{ proto hwdoc hw_gettext(int link, int objid[, int rootid])
+/* {{{ proto hwdoc hw_gettext(int link, int objid [, int rootid])
Returns text document. Links are relative to rootid if given */
PHP_FUNCTION(hw_gettext) {
pval *argv[3];
/* }}} */
/* {{{ proto hwdoc hw_getcgi(int link, int objid)
- Returns the output of a cgi script */
+ Returns the output of a CGI script */
#define BUFFERLEN 1000
/* FIX ME: The buffer cgi_env_str should be allocated dynamically */
PHP_FUNCTION(hw_getcgi) {
/* }}} */
/* {{{ proto hwdoc hw_pipecgi(int link, int objid)
- Returns output of cgi script */
+ Returns output of CGI script */
#define BUFFERLEN 1000
/* FIX ME: The buffer cgi_env_str should be allocated dynamically */
PHP_FUNCTION(hw_pipecgi) {
/* }}} */
/* {{{ proto array hw_objrec2array(string objrec)
- Returns object array of object record*/
+ Returns object array of object record */
PHP_FUNCTION(hw_objrec2array) {
zval **arg1, **arg2;
/* }}} */
/* {{{ proto int hw_mapid(int link, int serverid, int destid)
- Returns virtual object id of document on remote hw server */
+ Returns virtual object id of document on remote Hyperwave server */
PHP_FUNCTION(hw_mapid) {
pval **arg1, **arg2, **arg3;
int link, type, servid, id, virtid;
/* }}} */
/* {{{ proto string hw_getrellink(int link, int rootid, int sourceid, int destid)
- Get link form source to dest relative to rootid */
+ Get link from source to dest relative to rootid */
PHP_FUNCTION(hw_getrellink) {
pval **arg1, **arg2, **arg3, **arg4;
int link, type;