PHP Класс Box\Spout\Common\Escaper\ODS

Наследование: implements Box\Spout\Common\Escaper\EscaperInterface, use trait Box\Spout\Common\Singleton
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

escape() публичный Метод

Escapes the given string to make it compatible with XLSX
public escape ( string $string ) : string
$string string The string to escape
Результат string The escaped string

unescape() публичный Метод

Unescapes the given string to make it compatible with XLSX
public unescape ( string $string ) : string
$string string The string to unescape
Результат string The unescaped string