Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

void

Scroll pagebreak

Examples

Code Block
languagetext
int $fileID;

...


// Obtain file ID earlier do some operation to the file

...


// ...

...


// Close the file

...


fileClose $fileID;

Additional information

Related commands

...