Net_NNTP_Client::first()

Net_NNTP_Client :: () – ニュースグループの最初の記事の番号を取得する

Synopsis

require_once 'Net/NNTP/Client.php';

public integer Net_NNTP_Client::first ( void )

Description

ニュースグループの最初の記事の番号を取得します。

Return value

integer - ニュースグループの記事番号の最小値。

Note

0.3 以降

This function can not be called statically.

Example

first() の使用

<?php
...
$nntp->selectGroup("php.pear.dev");
echo 
"記事番号の最小値: ".$nntp->first();
?>
Net_NNTP_Client::getDescriptions() (Previous) NNTP サーバから記事を取得する (Next)
Last updated: Fri, 25 May 2012 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.