PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

Net_NNTP::max() | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Net_NNTP::max()

Net_NNTP::max() – 記事番号の最大値を取得する

Synopsis

require_once 'Net/NNTP.php';

integer Net_NNTP::max ( )

Description

This function is deprecated. That means that future versions of this package may not support it anymore.

現在選択されているニュースグループの最大の記事番号を取得します。

Return value

integer - 記事番号の最大値。

Note

This function can not be called statically.

Example

max() の使用

<?php
...
$nntp->selectGroup("php.pear.dev");
echo 
"記事番号の最大値: ".$nntp->max();
?>
忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「Net_NNTP::max()」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | Net_NNTP::max()」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: