cDatabaseField::WriteToFile() - rstoetter/libsqlphp GitHub Wiki

Method WriteToFile( )

 public   mixed rstoetter\libsqlphp\cDatabaseField::WriteToFile(resource $file_handle, integer $i)

Writes the column with the index $i to a file with the file handle $file_handle

Example:

Arguments

  • $file_handle resource - <p>file_handle the file_handle the file was opened</p>
  • $i integer - <p>the index of the database field</p>