Ka Extensions

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

$filename

protected mixed $filename = ''

$is_filter_applied

protected mixed $is_filter_applied = false

$lastError

protected mixed $lastError = ''

$options

protected mixed $options = array()

Methods

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

        
On this page

Search results