Forum und email

ircg_disconnect

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

ircg_disconnect — Close connection to server

설명

bool ircg_disconnect ( resource $connection , string $reason )

ircg_disconnect() will close a connection to a server previously established with ircg_pconnect().

매개변수

connection

A connection resource handle returned by ircg_pconnect().

reason

A message for the disconnection.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.