getValue() public method
Returns the value of the named cookie.
See also get().
public mixed getValue ( $name, $defaultValue = null ) | ||
---|---|---|
$name | string |
The cookie name |
$defaultValue | mixed |
The value that should be returned when the named cookie does not exist. |
return | mixed |
The value of the named cookie. |
Please login to continue.