PHP Class XLSXWriter_BuffererWriter

Afficher le fichier Open project: mk-j/php_xlsxwriter Class Usage Examples

Protected Properties

Свойство Type Description
$buffer
$check_utf8
$fd

Méthodes publiques

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

Méthodes protégées

Méthode Description
isValidUTF8 ( $string )
purge ( )

Method Details

__construct() public méthode

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

__destruct() public méthode

public __destruct ( )

close() public méthode

public close ( )

fseek() public méthode

public fseek ( $pos )

ftell() public méthode

public ftell ( )

isValidUTF8() protected static méthode

protected static isValidUTF8 ( $string )

purge() protected méthode

protected purge ( )

write() public méthode

public write ( $string )

Property Details

$buffer protected_oe property

protected $buffer

$check_utf8 protected_oe property

protected $check_utf8

$fd protected_oe property

protected $fd