在PHP中,stream_get_contents 函数从给定的流中读取所有内容,并返回它们作为字符串。如果流关闭或者到达末尾,该函数将返回 false。
stream_get_contents
false
函数的原型如下:
string stream_get_contents ( resource $handle )
参数:
$handle
返回值: