previousNet_NNTP_Client::connectAuthenticated() (Previous) (Next) Net_NNTP_Client::getDescriptions()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::count()

Net_NNTP_Client :: () – ニュースグループに投稿されている記事の総数を取得する

Synopsis

require_once 'Net/NNTP/Client.php';

public integer Net_NNTP_Client::count ( void )

Description

ニュースグループに投稿されている記事の総数を取得します。

Return value

integer - 記事の総数。

Note

0.3 以降

This function can not be called statically.

Example

count() の使用

<?php
...
$nntp->selectGroup("php.pear.dev");
echo 
"記事の総数: ".$nntp->count();
?>
previousNet_NNTP_Client::connectAuthenticated() (Previous) (Next) Net_NNTP_Client::getDescriptions()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.