check_cookie($a_args)
vpx_shared/vpx_shared.module, line 1068
<?php function check_cookie($a_args) { $rest_response = new rest_response(vpx_return_error(ERRORCODE_OKAY)); $rest_response->add_item($_COOKIE); return $rest_response; } ?>
Some quick links to get you started