* Cookie name. *

* @param string $value

* Cookie value. *

* @return string|false the encrypted string or false on failure. */ function suhosin_encrypt_cookie($name, $value) {} /** * Returns an array containing the raw cookie values * @link https://php.net/manual/en/function.suhosin-get-raw-cookies.php * @return array an array containing the raw cookie values. */ function suhosin_get_raw_cookies() {}