File_DICOM::write

File_DICOM::write() – 現在の内容を DICOM ファイルに書き出す

Synopsis

require_once 'File/DICOM.php';

mixed File_DICOM::write ( string $outfile = '' )

Description

This package is not documented yet.

Parameter

string $outfile

書き出すファイルの名前。指定しなかった場合は、パースしたファイルの名前を使用します。 ファイルをパースしておらず、名前も指定しなかった場合は、 PEAR_Error を返します。

Return value

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

Note

This function can not be called statically.