|
|
(Next) Net_NNTP_Client::post() |
||||
| |
|||||
|
|||||
require_once 'Net/NNTP/Client.php';
現在のニュースグループの最新の記事番号を取得します。
integer - 記事番号の最大値。
0.3 以降
This function can not be called statically.
last() の使用
<?php
...
$nntp->selectGroup("php.pear.dev");
echo "記事番号の最大値: ".$nntp->last();
?>
|
|
(Next) Net_NNTP_Client::post() |
||||||||
| |
|||||||||
|
|||||||||