标签: php zend-framework
我使用REST API并使用postman进行webservice。使用put方法后,我得到了以下数组。如何将此数组作为普通数组
parse_str(file_get_contents('php://input'), $this->params); $GLOBALS["_{$method}"] = $this->params;
我在zend框架中使用此代码这个preDispatch()方法
class