Returns an array of strings holding lines of text from the file specified by argument 1.
Number | Type | Compulsory | Default | Description |
---|---|---|---|---|
1 |
string |
Yes |
|
File name |
2 |
string |
Yes |
'utf8' |
Encoding option |
Can be 'mbcs' or 'utf8'. If 'utf8' the file is assumed to be encoded using UTF8. If 'mbcs' encoding uses the system default
Return type: string array
|