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

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.

매개변수

muscat_handle

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

반환값

Returns the muscat response, as a string.

Warning

이 함수는 Boolean FALSE를 반환하지만, 0이나 "" 등의 FALSE로 취급할 수 있는 Boolean이 아닌 값을 반환할 수도 있습니다. Booleans 섹션에서 자세한 정보를 얻을 수 있습니다. 이 함수의 반환값을 테스트하기 위해서 === 연산자를 이용하십시오.

참고