xplo.re Medusa Core Framework 3.1
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Event
  • Todo
  • Download

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • Driver
    • Field
    • Filter
      • Driver
    • Formatter
      • Driver
        • coreuimarkup
          • Token
    • Hash
    • Loader
    • Locale
    • Log
      • Driver
    • Module
      • Dependency
        • Requirement
          • Core
          • PHP
      • Linkage
        • Driver
    • PDF
    • Plugin
    • Query
      • Driver
    • Server
      • Driver
    • Session
      • Driver
    • Set
    • Storage
      • Driver
      • Field
        • Element
    • Stream
      • Driver
    • String
    • Translation
      • Driver
      • Language
        • Driver
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Constants

  • Address
  • Admin
  • DocumentRoot
  • GatewayInterface
  • Name
  • OriginalPathInfo
  • PathInfo
  • Port
  • Protocol
  • Query
  • RedirectRemoteUser
  • RemoteAddress
  • RemoteHost
  • RemotePort
  • RemoteUser
  • RequestMethod
  • RequestURI
  • Signature
  • Software
  • UniqueID

Namespace Core\Env\Server

Namespaces summary

Core\Env\Server\HTTP
Core\Env\Server\Redirect
Core\Env\Server\X

Constants summary

Address

Server address. Not available on all platforms. IIS >=7.0 uses LOCAL_ADDR instead (and previously did not provide any alternative).

Admin Administrator for (virtual) host from server configuration.
DocumentRoot

The document root directory of the current script as defined in the server configuration.

GatewayInterface Version string of CGI version in use (i.e. "CGI/1.1").
Name

Name of server that executes the script. If virtual hosts are configured, the value corresponds to the name of the virtual host under which the script runs.

OriginalPathInfo Value of PathInfo before being processed by PHP.
PathInfo

The path information trailing the actual script name but precedding any query part, based on the query made by the client.

Port

Post the server communicates through. Not safe to use in security-dependent contexts.

Protocol Name and version of the server communication protocol (ie. "HTTP/1.1").
Query Query string, if any, of page request.
RedirectRemoteUser Name of authenticated user if the request is internally redirected.
RemoteAddress

IP address of server client (if the client uses a proxy, the IP address corresponds to the proxy).

RemoteHost

Hostname of server client, if server is configured for client hostname look-ups.

RemotePort Port of server client used for communication.
RemoteUser Name of authenticated user.
RequestMethod The request method used (i.e. "POST", "GET", "PUT", "HEAD").
RequestURI The URI requested by the client.
Signature String containing server version and (virtual) hostname.
Software

Server identification string. Usually added by the server to the headers when responding to a request.

UniqueID

Magic token that is quaranteed to be unique for each request under specific conditions. It is provided by the mod_unique_id Apache module.

xplo.re Medusa Core Framework 3.1 API documentation generated by ApiGen