Forum und email

ircg_nick

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

ircg_nick — Change nickname on server

Descrizione

bool ircg_nick ( resource $connection , string $nick )

Change your nickname on the given connection to the specified one, if possible.

Elenco dei parametri

connection

A connection resource handle returned by ircg_pconnect().

nick

The new nick name for the current user.

Valori restituiti

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