PHP Zend\Diactoros Request - 9 примеров найдено. Это лучшие примеры PHP кода для Zend\Diactoros\Request, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Requests are considered immutable; all methods that might change state are
implemented such that they retain the internal state of the current
message and return a new instance that contains the changed state.
Наследование:
implementsPsr\Http\Message\RequestInterface, use traitMessageTrait, use traitRequestTrait