Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
XLSXWriter_BuffererWriter
PHP 클래스 XLSXWriter_BuffererWriter
파일 보기
프로젝트 열기: mk-j/php_xlsxwriter
1 사용 예제들
보호된 프로퍼티들
프로퍼티
타입
설명
$buffer
$check_utf8
$fd
공개 메소드들
메소드
설명
__construct
(
$filename
,
$fd_fopen_flags
= 'w',
$check_utf8
= false )
__destruct
( )
close
( )
fseek
(
$pos
)
ftell
( )
write
(
$string
)
보호된 메소드들
메소드
설명
isValidUTF8
(
$string
)
purge
( )
메소드 상세
__construct()
공개
메소드
public
__construct
(
$filename
,
$fd_fopen_flags
= 'w',
$check_utf8
= false )
__destruct()
공개
메소드
public
__destruct
( )
close()
공개
메소드
public
close
( )
fseek()
공개
메소드
public
fseek
(
$pos
)
ftell()
공개
메소드
public
ftell
( )
isValidUTF8()
보호된
정적인
메소드
protected
static
isValidUTF8
(
$string
)
purge()
보호된
메소드
protected
purge
( )
write()
공개
메소드
public
write
(
$string
)
프로퍼티 상세
$buffer
보호되어 있는 프로퍼티
protected
$buffer
$check_utf8
보호되어 있는 프로퍼티
protected
$check_utf8
$fd
보호되어 있는 프로퍼티
protected
$fd