FCGI
generated from ../src/fcgi/fcgi.cpp
Constants
Methods
flush
flush() : Integer
getParam
getParam() : Object
getParam(Param) : String
| Name | Type | Default | Description |
|---|---|---|---|
| Param | String |
An object is returned containing all parameters as properties of the object, or a String is returned when a certain parameter is asked.
read
read(Len) : String
| Name | Type | Default | Description |
|---|---|---|---|
| Len | Integer |
Reads up to Len consecutive bytes from the input stream. When an empty string is returned, the end of the input has been reached.
write
write(Data) : Integer
| Name | Type | Default | Description |
|---|---|---|---|
| Data | String |
write(Buffer) : Integer
| Name | Type | Default | Description |
|---|---|---|---|
| Buffer | wxMemoryBuffer |
Writes a string or buffer into the output stream. The number of characters (or bytes) written are returned.
writeError
writeError(Data) : Integer
| Name | Type | Default | Description |
|---|---|---|---|
| Data | String |
© 2002 - 2007 Franky Braem.