bzerror
(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)
bzerror — bzip2 エラー番号とエラー文字列を配列で返す
戻り値
errno
エントリにエラーコード、errstr
エントリにエラーメッセージを持つ連想配列を返します。
例
例1 bzerror() の例
<?php
$error = bzerror($bz);
echo $error["errno"];
echo $error["errstr"];
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google