CI_Session::keep_flashdata()

keep_flashdata($key)

Parameters:
  • $key (mixed) – Flashdata key to keep, or an array of multiple keys
Returns:

TRUE on success, FALSE on failure

Return type:

bool

Retains the specified session data key(s) as “flashdata” through the next request.

Note

This is a legacy method kept only for backwards compatibility with older applications. It is just an alias for the mark_as_flash() method.

doc_CodeIgniter
2016-10-15 16:31:52
Comments
Leave a Comment

Please login to continue.