PHP streamWrapper::stream_tell() 方法检索流的当前位置。调用此方法是为了响应 fseek() 函数来确定流的当前位置。
语法
public streamWrapper::stream_tell()
参数
不需要参数。
返回值
返回当前位置流。
PHP streamWrapper::stream_tell() 方法检索流的当前位置。调用此方法是为了响应 fseek() 函数来确定流的当前位置。
public streamWrapper::stream_tell()
不需要参数。
返回当前位置流。