返回一個 bzip2 的錯誤字串 « bzerror bzflush » PHP Manual Bzip2 函式 返回一個 bzip2 的錯誤字串 bzerrstr (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)bzerrstr — 返回一個 bzip2 的錯誤字串 說明 bzerrstr(resource $bz): string 獲取指定檔案指針中返回 bzip2 任何錯誤的錯誤字串。 參數 bz 檔案指針。它必須是有效的並且指向 bzopen() 成功打開的檔案。 返回值 返回包含錯誤資訊的 string。 參見 bzerrno() - 返回一個 bzip2 錯誤碼 bzerror() - 返回包含 bzip2 錯誤號和錯誤字串的一個 array