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