コード例 #1
0
 /**
  * Convenience method for testing protected method
  *
  * @param string $body A string continaing the chunked body to decode
  * @return mixed Array or false
  */
 function decodeChunkedBody($body)
 {
     return parent::_decodeChunkedBody($body);
 }