* Set an encrypted Cookie * * @param string $name The cookie name * @param mixed $value The cookie value * @param mixed $time The duration of the cookie; * If integer, should be UNIX timestamp; * If string, converted to UNIX timestamp with `strtotime`; * @param string $path
( $name, $value, $time = null, $path = null, $domain = null, $secure = null, $httponly = null )
source not stored for this graph (policy: none)
no test coverage detected