|
|
(Next) Net_NNTP_Client::getDescriptions() |
||||
| |
|||||
|
|||||
require_once 'Net/NNTP/Client.php';
ニュースグループに投稿されている記事の総数を取得します。
integer - 記事の総数。
0.3 以降
This function can not be called statically.
count() の使用
<?php
...
$nntp->selectGroup("php.pear.dev");
echo "記事の総数: ".$nntp->count();
?>
|
|
(Next) Net_NNTP_Client::getDescriptions() |
||||||||
| |
|||||||||
|
|||||||||