Method System::setCookie
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Set a cookie
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