...
void
Scroll pagebreak |
---|
Examples
...
language | text |
---|
int $fileID;
...
// Obtain file ID earlier do some operation to the file
...
// ...
...
// Close the file
...
fileClose $fileID;
Additional information
Related commands
...
...
void
Scroll pagebreak |
---|
...
language | text |
---|
int $fileID;
...
// Obtain file ID earlier do some operation to the file
...
// ...
...
// Close the file
...
fileClose $fileID;
...