PHP Class Box\Spout\Common\Escaper\ODS

Inheritance: implements Box\Spout\Common\Escaper\EscaperInterface, use trait Box\Spout\Common\Singleton
Afficher le fichier Open project: box/spout Class Usage Examples

Méthodes publiques

Méthode Description
escape ( string $string ) : string Escapes the given string to make it compatible with XLSX
unescape ( string $string ) : string Unescapes the given string to make it compatible with XLSX

Method Details

escape() public méthode

Escapes the given string to make it compatible with XLSX
public escape ( string $string ) : string
$string string The string to escape
Résultat string The escaped string

unescape() public méthode

Unescapes the given string to make it compatible with XLSX
public unescape ( string $string ) : string
$string string The string to unescape
Résultat string The unescaped string