File: connect.php

package info (click to toggle)
php-net-nntp 1.5.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 332 kB
  • sloc: php: 2,432; xml: 864; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (4)
1
2
3
4
$posting = $nntp->connect('news.php.net');
if (PEAR::isError($posting)) {
    // handle error
}