SproutCMS

This is the code documentation for the SproutCMS project

function delete()

Nullify and unset a cookie.

Usage

boolean Cookie::delete ( string $name [, string $path [, string $domain ]] );

Arguments

  1. string $name
    cookie name
  2. string $path = NULL
    URL path
  3. string $domain = NULL
    URL domain

Return value

  • boolean