FileUTF8
in component
Reads and writes files in UTF-8, UTF-16 modes.
Table of Contents
Properties
Methods
- fclose() : mixed
- fopen() : mixed
- fseek() : mixed
- getLastError() : mixed
- rewind() : mixed
Properties
$handle
public
mixed
$handle
= null
$bom_size
protected
mixed
$bom_size
= 0
$charset
protected
mixed
$charset
= ''
$filename
protected
mixed
$filename
= ''
$filter
protected
mixed
$filter
= null
$is_filter_applied
protected
mixed
$is_filter_applied
= false
$lastError
protected
mixed
$lastError
= ''
$options
protected
mixed
$options
= array()
Methods
fclose()
public
fclose() : mixed
fopen()
public
fopen(mixed $filename, mixed $mode[, mixed $options = array() ][, mixed $charset = 'UTF-8' ]) : mixed
Parameters
- $filename : mixed
- $mode : mixed
- $options : mixed = array()
- $charset : mixed = 'UTF-8'
fseek()
public
fseek(mixed $offset) : mixed
Parameters
- $offset : mixed
getLastError()
public
getLastError() : mixed
rewind()
public
rewind() : mixed