COOKIE
|
Get the "COOKIE" variables into an array
|
ContentType
|
Sets the mime type
|
CookieVar
|
Gets a variable value from a cookie
|
GET
|
Get the "GET" variables into an array
|
GetSessionID
|
Gets the id of the current session
|
POST
|
Get the "POST" variables into an array
|
RemoveCookie
|
Remove cookie from client(browser)
|
ServerVar
|
Gets a server environmental variable for the current script
|
SessionDestroy
|
Destroy current session
|
SessionDone
|
Save session data and deallocate memories
|
SessionStart
|
Initialize session data
|
SessionTimeout
|
Sets the expiration time for the current session
|
SessionVar
|
Gets session value for the given variable name
|
SetCookie
|
Sets up those cookies that correspond to name=value
|
SetSessionVar
|
Sets session value for the given variable name
|
VARS
|
Get all variables into an array
|
WebFree
|
Frees the memory used by the library
|
WebVar
|
Finds out the value (COOKIE, GET, POST) for variable names
|