Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : muscat Functions : muscat_get

muscat_get

Gets a line back from the core muscat API (PHP 4 >= 4.0.5)
string muscat_get ( resource muscat_handle )

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.

Gets a line back from the core muscat API.

Parameters

muscat_handle

A muscat session handler, returned by muscat_setup() or muscat_setup_net().

Return Values

Returns the muscat response, as a string.

Warning:

This function may return Boolean FALSE, but may also return a non-Boolean value which evaluates to FALSE, such as 0 or "". Please read the section on Booleans for more information. Use the === operator for testing the return value of this function.

See Also
muscat_give()

Change Language


Follow Navioo On Twitter
muscat_close
muscat_get
muscat_give
muscat_setup_net
muscat_setup
eXTReMe Tracker