Forum und email

muscat_get

(PHP 4 >= 4.0.5)

muscat_get — Gets a line back from the core muscat API

说明

string muscat_get ( resource $muscat_handle )
Warning

本函数是实验性的。本函数的行为,包括函数名称以及其它任何关于本函数的文档可能会在没有通知的情况下随 PHP 以后的发布而改变。使用本函数风险自担。

Gets a line back from the core muscat API.

参数

muscat_handle

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

返回值

Returns the muscat response, as a string.

Warning

本函数可能返回布尔值 FALSE,但也可能返回一个与 FALSE 等值的非布尔值,例如 0 或者 ""。请参阅布尔类型章节以获取更多信息。应使用 === 运算符来测试本函数的返回值。

参见