File_DICOM::write()

File_DICOM::write() -- Write current contents to a DICOM file.

概要

require_once 'File/DICOM.php';

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

説明

このパッケージに関する文書は、未作成です。

パラメータ

string $outfile

The name of the file to write. If not given it assumes the name of the file parsed. If no file was parsed and no name is given returns a PEAR_Error

返り値

returns true on success, PEAR_Error on failure

注意

この関数は、スタティックにコールする ことはできません。