Home
last modified time | relevance | path

Searched refs:postEncode (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/HTTP/
H A DHTTPClient.php120 $url .= $this->postEncode($data);
227 $data = $this->postEncode($data);
843 protected function postEncode($data) function in dokuwiki\\HTTP\\HTTPClient