Function cookie_delete
Delete a cookie Convenience method to delete $_COOKIE['cookiename']
Package: PHPLucidFrame\Core
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/session_helper.php
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/session_helper.php
string |
$name |
The name of the cookie to delete |
string |
$path = '/' |
<p>The path on the server in which the cookie will be available on. This would be the same value used for cookie_set().</p> |
boolean|array
|
TRUE for the successful delete; FALSE for no delete. |