PHP Class bom_check

Inheritance: extends clinic
Datei anzeigen Open project: zblogcn/zblogphp

Public Methods

Method Description
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

Method Details

check_bom() public method

Check BOM
public check_bom ( string $param ) : null
$param string
return null

get_queue() public method

Build queue
public get_queue ( ) : null
return null

repair_bom() public method

Repair BOM
public repair_bom ( string $param ) : null
$param string
return null

repair_empty() public method

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