Method System::setCookie

Meta:

Written by

Leo Feyer <http://www.contao.org>

/system/libraries/System.php line 513
Automatically extracted PHP DOC comment from code:

Set a cookie

END OF PHP DOC
protected function void setCookie(string $strName, mixed $varValue, integer $intExpires, string $strPath, string $strDomain, boolean $blnSecure)

Parameters

string $strName
Not documented yet. Please add documentation to this entry.
mixed $varValue
Not documented yet. Please add documentation to this entry.
integer $intExpires
Not documented yet. Please add documentation to this entry.
string $strPath
Default: ''
Not documented yet. Please add documentation to this entry.
string $strDomain
Default: null
Not documented yet. Please add documentation to this entry.
boolean $blnSecure
Default: null
Not documented yet. Please add documentation to this entry.

Add a comment

What is the sum of 2 and 4?