Skip to content

Controller

flashKeyExists()

flashKeyExists() — returns boolean

Available in: controller Category: Flash Functions

Checks if a specific key exists in the Flash.

NameTypeRequiredDefaultDescription
keystringyesThe key to check.
errorExists = flashKeyExists("error");