muscat_give
(4.0.5 - 4.2.3 only)
muscat_give -- Sends string to the core muscat API
Description
int muscat_give ( resource muscat_handle, string string)
Warning
This function is EXPERIMENTAL. The behaviour of this function,
the name of this function, and anything else documented
about this function may change without notice in a future
release of PHP. Use this function at your own risk.
Warning
This function is currently not documented; only the argument
list is available.
muscat_setup_net
(4.0.5 - 4.2.3 only)
muscat_setup_net -- Creates a new muscat session and returns
the handle.
Description
resource muscat_setup_net ( string muscat_host, int port)
Warning
This function is EXPERIMENTAL. The behaviour of this function,
the name of this function, and anything else documented
about this function may change without notice in a future
release of PHP. Use this function at your own risk.
muscat_setup_net() creates a new muscat session and returns
the handle.
muscat_host is the hostname to connect to. port is the
port number to connect to.
|