previousFile_DICOM::parse (Previous) (Next) File_DICOM::getValuenext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

File_DICOM::write

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

Synopsis

require_once 'File/DICOM.php';

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

Description

This package is not documented yet.

Parameter

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

Return value

returns true on success, PEAR_Error on failure

Note

This function can not be called statically.

previousFile_DICOM::parse (Previous) (Next) File_DICOM::getValuenext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.