Introduction
  CGI and SSI
  <pike> tag
  Pike script
  Modules
    Module types
    create()
    defvar()
    query()
    set()
    query_internal_location()
    check_variable()
    info()
    query_name()
    register_module()
    start()
    status()
    stop()
    find_internal()
  Parser modules
  Location modules
  Other module types
  Request information object
  Responses
  Library methods
 
create()

void create( object conf )

create() is the constructor that is always called when an object is created in Pike. For modules the constructor will be called with a configuration object as argument. That object contains the configuration for the virtual server, that might be needed for advanced modules.

Usually the constructor is used to define configuration variables with the defvar() method.