超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<bzerrnobzerrstr>
Last updated: Fri, 22 Jun 2007

bzerror

(PHP 4 >= 4.0.4, PHP 5)

bzerror -- Returns the bzip2 error number and error string in an array

Description

array bzerror ( resource bz)

Returns the error number and error string, in an associative array, of any bzip2 error returned by the file pointer bz.

例子 1. bzerror() example

<?php
$error
= bzerror($bz);

echo
$error["errno"];
echo
$error["errstr"];
?>

See also bzerrno() and bzerrstr().




add a note add a note User Contributed Notes
bzerror
There are no user contributed notes for this page.

<bzerrnobzerrstr>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22