Skip to content
it4e edited this page Oct 4, 2016 · 2 revisions

Name

<chl/chl.h>

chl_fcgi_init, CHL FastCGI initialize

Declaration

void chl_fcgi_init();

Description

The chl_fcgi_init function is used to call the initialize function of other source files to clear buffers and reset variables between every call to chl_fcgi_next().

Note that chl_fcgi_next calls this function automatically, so there is no need to call it manually.

Arguments

No arguments.

Return value

No return value.


Examples

None.

As CHL is open-source, people are able to contribute with their own APIs, plugins and code which means that CHL is constantly upgraded and provided with new features. Do you have an idea for a new CHL feature and want to contribute?

See contribute.

Setup. API. Tutorial. Examples. FastCGI.

Clone this wiki locally