web\CookieCollection getValue()

getValue() public method

Returns the value of the named cookie.

See also get().

public mixed getValue ( $name, $defaultValue = null )
$name string

The cookie name

$defaultValue mixed

The value that should be returned when the named cookie does not exist.

return mixed

The value of the named cookie.

doc_Yii
2016-10-30 17:14:51
Comments
Leave a Comment

Please login to continue.