File_DICOM::parse

File_DICOM::parse() – DICOM ファイルをパースする

Synopsis

require_once 'File/DICOM.php';

mixed File_DICOM::parse ( string $infile )

Description

DICOM ファイルをパースし、そのヘッダメンバをすべて取得します。

Parameter

string $infile

パースする DICOM ファイル。

Return value

成功した場合に true、失敗した場合に PEAR_Error を返します。

Note

This function can not be called statically.