__get()
getCookie()
getEnvironment()
getModule()
getReqHeader()
getRespHeader()
logValue()
$clientIP
$completeConnStatus
$cookie
$environment
$filename
$firstStatus
$lastStatus
$libIOBytesIn
$libIOBytesOut
$localIP
$module
$pid
$port
$protocol
$queryString
$remoteIP
$remoteLogname
$reqHeader
$reqMethod
$reqTime
$request
$respBytes
$respHeader
$respMicro
$respSec
$serverName
$tid
$url
$useCanonicalServerName
$user
__get(string $varName) : mixed
string
\apacheLogParser\InvalidArgumentException |
If the requested variable doesn't exist |
---|
mixed
getCookie(string $pos) : string
string
The cookie to be looked up
\apacheLogParser\InvalidArgumentException |
If the value doesn't exist |
---|
string
getEnvironment(string $pos) : string
string
The environment variable to be looked up
\apacheLogParser\InvalidArgumentException |
If the value doesn't exist |
---|
string
getModule(string $pos) : string
string
The module to be looked up
\apacheLogParser\InvalidArgumentException |
If the value doesn't exist |
---|
string
getReqHeader(string $pos) : string
string
The request header to be looked up
\apacheLogParser\InvalidArgumentException |
If the value doesn't exist |
---|
string
getRespHeader(string $pos) : string
string
The response header to be looked up
\apacheLogParser\InvalidArgumentException |
If the value doesn't exist |
---|
string
logValue(string $logVariable, string $value) : void
string
string
\apacheLogParser\InvalidArgumentException |
If the logVariable is not a valid variable |
---|
$clientIP : string
$completeConnStatus : string
$environment : \apacheLogParser\array[string]string
$filename : string
$firstStatus : int
For requests that got internally redirected, this is the status of the original request
$lastStatus : int
For requests that got internally redirected, this is the status of the last request
$libIOBytesIn : int
You need to enable mod_logio to use this.
$libIOBytesOut : int
You need to enable mod_logio to use this.
$localIP : string
$module : \apacheLogParser\array[string]string
$pid : int
$port : int
$protocol : string
$queryString : string
$remoteIP : string
$remoteLogname : string
$reqHeader : \apacheLogParser\array[string]string
Changes made by other modules (e.g. mod_headers) affect this.
$reqMethod : string
$reqTime : \apacheLogParser\DateTime
$request : string
$respBytes : int
$respHeader : \apacheLogParser\array[string]string
$respMicro : int
$respSec : int
$serverName : string
$tid : int
$url : string
$useCanonicalServerName : string
$user : string