App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.tools.devappserver2.php.runtime.PHPRuntime Class Reference
Inheritance diagram for google.appengine.tools.devappserver2.php.runtime.PHPRuntime:

Public Member Functions

def __init__
 
def __call__
 

Public Attributes

 config
 
 environ_template
 

Detailed Description

A WSGI application that runs PHP scripts using the PHP CGI binary.

Member Function Documentation

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: