PHP 8.3.4 Released!

bzflush

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)

bzflush什么都不做

说明

bzflush(resource $bz): bool

该函数应该强制写入 bzip2 文件指针 bz 的所有写缓冲数据。但在 libbz2 中实现为空函数,因此什么都不做。

参数

bz

文件指针。它必须是有效的并且指向 bzopen() 成功打开的文件。

返回值

成功时返回 true, 或者在失败时返回 false

参见

  • bzread() - bzip2 文件二进制安全地读取
  • bzwrite() - 二进制安全地写入 bzip2 文件

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top