Forum und email

ircg_topic

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5)

ircg_topic — Set topic for channel on server

Descrizione

bool ircg_topic ( resource $connection , string $channel , string $new_topic )

Change the topic for the channel .

Elenco dei parametri

connection

A connection resource handle returned by ircg_pconnect().

channel

The channel name as #name.

new_topic

The new topic to be set.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.