Sep
17
2010
ircg_list()

ircg_list

(PHP 4 >= 4.3.3, PHP 5)

ircg_list -- List topic/user count of channel(s)

Описание

bool ircg_list ( resource connection, string channel )

ircg_list() will request a list of users in the channel. The answer is sent to the output defined by ircg_set_file() or ircg_set_current(). Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.


<?php

// connect to server
$id ircg_pconnect($nickname$ip$port);

// set to output to a file
ircg_set_file($id'irc_output.html');

// try to join a channel
if (!ircg_join($id$channel)) {
    echo 
"Cannot /join $channel<br />";
}

// send list command
ircg_list($id$channel);

// wait for output to arrive
sleep(5);

// disconnect
ircg_disconnect($id,'Bye World');

// output everything
readfile('irc_output.html');

?>

This will output something similar to:

...

Channel #channel has n users and the topic is 'Topic'

End of LIST

...

See also: ircg_set_file(), ircg_set_current(), and ircg_who().

 
 
 
Комментарии
Добавить новый Поиск
Оставить комментарий
Имя:
Email:
 
Веб-сайт:
Тема:
UBB-Код:
[b] [i] [u] [url] [quote] [code] [img] 
 
 
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
:!::?::idea::arrow:
 
Пожалуйста, введите проверочный код, который Вы видите на картинке.
Powered by !JoomlaComment 3.26

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

 

Кто онлайн

Сейчас 67 гостей онлайн