コード例 #1
0
 /**
  * Convenience method for testing protected method
  *
  * @param string $body A string continaing the body to decode
  * @param mixed $encoding Can be false in case no encoding is being used, or a string representing the encoding
  * @return mixed Array or false
  */
 function decodeBody($body, $encoding = 'chunked')
 {
     return parent::_decodeBody($body, $encoding);
 }