PHP Класс PrivateBin\Filter

Provides data filtering functions.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
formatHumanReadableSize ( integer $size ) : string format a given number of bytes in IEC 80000-13:2008 notation (localized)
formatHumanReadableTime ( string $time ) : string format a given time string into a human readable label (localized)
slowEquals ( string $a, string $b ) : boolean fixed time string comparison operation to prevent timing attacks https://crackstation.net/hashing-security.htm?=rd#slowequals
stripslashesDeep ( mixed $value ) : mixed strips slashes deeply

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

formatHumanReadableSize() публичный статический Метод

format a given number of bytes in IEC 80000-13:2008 notation (localized)
public static formatHumanReadableSize ( integer $size ) : string
$size integer
Результат string

formatHumanReadableTime() публичный статический Метод

accepts times in the format "[integer][time unit]"
public static formatHumanReadableTime ( string $time ) : string
$time string
Результат string

slowEquals() публичный статический Метод

fixed time string comparison operation to prevent timing attacks https://crackstation.net/hashing-security.htm?=rd#slowequals
public static slowEquals ( string $a, string $b ) : boolean
$a string
$b string
Результат boolean

stripslashesDeep() публичный статический Метод

strips slashes deeply
public static stripslashesDeep ( mixed $value ) : mixed
$value mixed
Результат mixed