PHP Class bom_check

Inheritance: extends clinic
Afficher le fichier Open project: zblogcn/zblogphp

Méthodes publiques

Méthode 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 méthode

Check BOM
public check_bom ( string $param ) : null
$param string
Résultat null

get_queue() public méthode

Build queue
public get_queue ( ) : null
Résultat null

repair_bom() public méthode

Repair BOM
public repair_bom ( string $param ) : null
$param string
Résultat null

repair_empty() public méthode

Repair Empty Line
public repair_empty ( string $param ) : null
$param string
Résultat null