previousNet_NNTP_Client::getDescriptions() (Previous) (Next) Net_NNTP_Client::getArticle()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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();
?>
previousNet_NNTP_Client::getDescriptions() (Previous) (Next) Net_NNTP_Client::getArticle()next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.