CI_Input::input_stream()

input_stream([$index = NULL[, $xss_clean = NULL]])

Parameters:
  • $index (mixed) – Key name
  • $xss_clean (bool) – Whether to apply XSS filtering
Returns:

Input stream array if no parameters supplied, otherwise the specified value if found or NULL if not

Return type:

mixed

This method is identical to get(), post() and cookie(), only it fetches the php://input stream data.

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

Please login to continue.