Guard::check()
Check token.
Guard::check(string $token, $id = 0);
Example:
if (false !== Guard::check(Post::get('token'))) { … }
Guard::check()
Check token.
Guard::check(string $token, $id = 0);
Example:
if (false !== Guard::check(Post::get('token'))) { … }