PHP 클래스 bom_check

상속: extends clinic
파일 보기 프로젝트 열기: zblogcn/zblogphp

공개 메소드들

메소드 설명
check_bom ( string $param ) : null Check BOM
get_queue ( ) : null Build queue
repair_bom ( string $param ) : null Repair BOM
repair_empty ( string $param ) : null Repair Empty Line

메소드 상세

check_bom() 공개 메소드

Check BOM
public check_bom ( string $param ) : null
$param string
리턴 null

get_queue() 공개 메소드

Build queue
public get_queue ( ) : null
리턴 null

repair_bom() 공개 메소드

Repair BOM
public repair_bom ( string $param ) : null
$param string
리턴 null

repair_empty() 공개 메소드

Repair Empty Line
public repair_empty ( string $param ) : null
$param string
리턴 null