mb_parse_str
  Parse GET/POST/COOKIE data and set global variable
  
   
 
  Description
  
   bool mb_parse_str
    ( string $encoded_string
   [, array &$result
  ] )
  
  
 
  Parameters
  
   
    
     - 
encoded_string
- 
      
       The URL encoded data.
       
- 
result
- 
      
       An array containing decoded and character encoded converted values.
       
 
 
 
  Return Values
  
   Returns TRUE on success or FALSE on failure.
  
  
 
 
  See Also
  
   
    - mb_detect_order
- mb_internal_encoding