input_stream([$index = NULL[, $xss_clean = NULL]])
Parameters: |
|
---|---|
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.
Please login to continue.