File path: dist/twist/Core/Utilities/Cookie.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
exists
— Returns true if there is a cookie with this name.
Name | Description |
---|---|
$strName | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strName = 'foo';
//Call the function exists with the example vars
Twist::Cookie() -> exists($strName);