08.10.2017 Views

codeigniter_tutorial

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CodeIgniter<br />

The get_cookie() function is used to get the cookie that has been set using the<br />

set_cookie() function.<br />

Syntax<br />

delete_cookie($name[, $domain = ''[, $path = '/'[, $prefix =<br />

'']]]])<br />

<br />

$name (string) – Cookie name<br />

Parameters<br />

$domain (string) – Cookie domain (usually:<br />

.yourdomain.com)<br />

<br />

$path (string) – Cookie path<br />

<br />

$prefix (string) – Cookie name prefix<br />

Return type<br />

void<br />

The delete_cookie() function is used to delete the cookie().<br />

Example<br />

Create a controller called Cookie_controller.php and save it at<br />

application/controller/Cookie_controller.php<br />

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!