hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
HttpSession.has
hunt
http
server
HttpSession
HttpSession
Checks if a key is present and not null.
@param string|array key @return bool
class
HttpSession
bool
has
(
string
key
)
Meta
Source
See Implementation
hunt
http
server
HttpSession
HttpSession
aliases
forget
functions
all
exists
flash
flashInput
get
getAttribute
getAttributes
getCreationTime
getId
getLastAccessedTime
getMaxInactiveInterval
getOldInput
has
hasOldInput
isNewSession
isValid
keep
keys
mergeNewFlashes
now
opEquals
pull
push
put
reflash
remember
remove
removeFromOldFlashData
replace
save
set
setAttribute
setAttributes
setCreationTime
setId
setLastAccessedTime
setMaxInactiveInterval
setNewSession
toHash
static functions
create
fromJson
generateSessionId
toJson
Checks if a key is present and not null.
@param string|array key @return bool