如何在RESTAPI中使用put方法后得到params

时间:2016-12-16 09:37:00

标签: php zend-framework

我使用REST API并使用postman进行webservice。使用put方法后,我得到了以下数组。如何将此数组作为普通数组

parse_str(file_get_contents('php://input'), $this->params);
    $GLOBALS["_{$method}"] = $this->params;

我在zend框架中使用此代码这个preDispatch()方法

class

0 个答案:

没有答案