Textpattern | PHP Cross Reference | Content Management Systems |
Description: Access server configuration variables.
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Config:: (5 methods):
__construct()
getVariable()
getMagicQuotesGpc()
getRegisterGlobals()
setMagicQuotesOff()
__construct() line: 63 |
Constructor. |
getVariable($name) line: 76 |
Gets a server configuration variable. return: mixed The variable param: string $name The variable |
getMagicQuotesGpc() line: 92 |
Magic quotes. return: bool |
getRegisterGlobals() line: 103 |
Gets register globals status. return: bool |
setMagicQuotesOff() line: 114 |
Turn runtime magic quotes off. <code> Txp::get('\Textpattern\Server\Config')->setMagicQuotesOff(); </code> return: \Textpattern\Server\Config |
title