PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'File/DICOM.php';
mixed File_DICOM::parse (string $infile)
mixed File_DICOM::parse
Parse a DICOM file and get all of its header members.
The DICOM file to parse
returns true on success, PEAR_Error on failure
This function can not be called statically.