カテゴリー
input

GET時の値を取得

zendframework1の時
$targetUrl = $this->_getParam(‘targetUrl’);

laminas
$targetUrl = $this->getRequest()->getQuery(‘referer’)