From:             [EMAIL PROTECTED]
Operating system: Linux Slackware 7.1
PHP version:      4.0 Latest CVS (02/04/2001)
PHP Bug Type:     FDF related
Bug description:  problem with fdf_get_status

fdf_get_status wont't return the /STATUS key from a FDF file.

//open an existing fdf file.
$fdffile = fdf_open($file);

// should return /STATUS key from file.
echo fdf_get_status($fdffile);


the only output will be bogus letter(s) and/or escape character(s).


btw>  fdf_set_status works correctly.


-- 
Edit Bug report at: http://bugs.php.net/?id=10208&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to