Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
remote::patch($url, $params = array())
Static method to send a PATCH request
since:
Kirby 2.5.0
$url
(string)
$params
(array)
return
(object)
Response
↑
Toolkit API overview
←
remote::options
→
remote::post
↓
Back to Toolkit API section
Top