PHP Class XLSXWriter_BuffererWriter

Show file Open project: mk-j/php_xlsxwriter Class Usage Examples

Protected Properties

Property Type Description
$buffer
$check_utf8
$fd

Public Methods

Method Description
__construct ( $filename, $fd_fopen_flags = 'w', $check_utf8 = false )
__destruct ( )
close ( )
fseek ( $pos )
ftell ( )
write ( $string )

Protected Methods

Method Description
isValidUTF8 ( $string )
purge ( )

Method Details

__construct() public method

public __construct ( $filename, $fd_fopen_flags = 'w', $check_utf8 = false )

__destruct() public method

public __destruct ( )

close() public method

public close ( )

fseek() public method

public fseek ( $pos )

ftell() public method

public ftell ( )

isValidUTF8() protected static method

protected static isValidUTF8 ( $string )

purge() protected method

protected purge ( )

write() public method

public write ( $string )

Property Details

$buffer protected property

protected $buffer

$check_utf8 protected property

protected $check_utf8

$fd protected property

protected $fd