Ferreteria/v0.5/@cls/csAppCookie: Difference between revisions
< Ferreteria | v0.5 | @cls
Jump to navigation
Jump to search
(Created page with "{{fmt/title|class <code>{{l/ver/class||ferret}}\csAppCookie</code>}} * '''Source''': {{l/ferreteria/code|util/http-app.php}}") |
No edit summary |
||
Line 1: | Line 1: | ||
{{fmt/title|class <code>{{l/ver/class||ferret}}\csAppCookie</code>}} | {{fmt/title|class <code>{{l/ver/class||ferret}}\csAppCookie</code>}} | ||
* '''Source''': {{l/ferreteria/code|util/http-app.php}} | * '''Source''': {{l/ferreteria/code|util/http-app.php}} | ||
==Methods== | |||
* static protected function SetRawValue(string $sKey,string $sVal) : bool | |||
* static public function SetValue(string $sKey,string $sValue) | |||
* static protected function GetRawValue(string $sKey) : status\caBase | |||
* static public function GetValue(string $sKey) : status\caBase | |||
* static public function ClearValue(string $sKey) : void | |||
* static protected function MakeRawKey(string $sKey) : string |
Latest revision as of 13:48, 19 December 2022
class
ferret\csAppCookie |
- Source: util/http-app.php
Methods
- static protected function SetRawValue(string $sKey,string $sVal) : bool
- static public function SetValue(string $sKey,string $sValue)
- static protected function GetRawValue(string $sKey) : status\caBase
- static public function GetValue(string $sKey) : status\caBase
- static public function ClearValue(string $sKey) : void
- static protected function MakeRawKey(string $sKey) : string