ircg_set_current
(PHP 4 >= 4.0.4)
ircg_set_current -- Set current connection for output
Description
bool ircg_set_current ( resource connection)
Select the current HTTP connection for output in this execution
context. Every output sent from the server connected to
by connection will be copied to standard output while using
default formatting or a format message set specified by
ircg_register_format_messages().
See also: ircg_register_format_messages().
ircg_set_file
(PHP 4 >= 4.2.0)
ircg_set_file -- Set logfile for connection
Description
bool ircg_set_file ( resource connection, string path)
Function ircg_set_file() specifies a logfile path in which
all output from connection connection will be logged. Returns
TRUE on success, otherwise FALSE.
|