A WSGI application that runs PHP scripts using the PHP CGI binary.
def google.appengine.tools.devappserver2.php.runtime.PHPRuntime.__call__ |
( |
|
self, |
|
|
|
environ, |
|
|
|
start_response |
|
) |
| |
Handles an HTTP request for the runtime using a PHP executable.
Args:
environ: An environ dict for the request as defined in PEP-333.
start_response: A function with semantics defined in PEP-333.
Returns:
An iterable over strings containing the body of the HTTP response.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/devappserver2/php/runtime.py