Home
last modified time | relevance | path

Searched refs:ignore_eof (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/HTTP/
H A DHTTPClient.php623 * @param bool $ignore_eof End-of-file is not an error if this is set
629 protected function readData($socket, $nbytes, $message, $ignore_eof = false)
648 if (!$ignore_eof)
625 readData($socket, $nbytes, $message, $ignore_eof = false) global() argument