File_DICOM::parse
File_DICOM::parse() – Parse a DICOM file.
Synopsis
require_once 'File/DICOM.php';
mixed File_DICOM::parse (
string $infile
)
Описание
Parse a DICOM file and get all of its header members.
Parameter
-
string
$infile
-
The DICOM file to parse
Return value
returns true on success, PEAR_Error on failure
Замечание
This function can not be called statically.