Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс BinaryString

Открытые статические члены

static getLength ($str)
 
static getSubstring ($str, $start,... $args)
 
static getPosition ($haystack, $needle, $offset=0)
 
static getLastPosition ($haystack, $needle, $offset=0)
 
static getPositionIgnoreCase ($haystack, $needle, $offset=0)
 
static getLastPositionIgnoreCase ($haystack, $needle, $offset=0)
 
static changeCaseToLower ($str)
 

Подробное описание

См. определение в файле binarystring.php строка 13

Методы

◆ changeCaseToLower()

static changeCaseToLower ( $str)
static

Binary version of strtolower.

Аргументы
$str
Возвращает
string

См. определение в файле binarystring.php строка 90

◆ getLastPosition()

static getLastPosition ( $haystack,
$needle,
$offset = 0 )
static

Binary version of strrpos.

Аргументы
$haystack
$needle
int$offset
Возвращает
bool|int

См. определение в файле binarystring.php строка 56

◆ getLastPositionIgnoreCase()

static getLastPositionIgnoreCase ( $haystack,
$needle,
$offset = 0 )
static

Binary version of strripos.

Аргументы
$haystack
$needle
int$offset
Возвращает
int

См. определение в файле binarystring.php строка 80

◆ getLength()

static getLength ( $str)
static

Binary version of strlen.

Аргументы
$str
Возвращает
int

См. определение в файле binarystring.php строка 20

◆ getPosition()

static getPosition ( $haystack,
$needle,
$offset = 0 )
static

Binary version of strpos.

Аргументы
$haystack
$needle
int$offset
Возвращает
bool|int

См. определение в файле binarystring.php строка 44

◆ getPositionIgnoreCase()

static getPositionIgnoreCase ( $haystack,
$needle,
$offset = 0 )
static

Binary version of stripos.

Аргументы
$haystack
$needle
int$offset
Возвращает
int

См. определение в файле binarystring.php строка 68

◆ getSubstring()

static getSubstring ( $str,
$start,
$args )
static

Binary version of substr.

Аргументы
$str
$start
array$args
Возвращает
string

См. определение в файле binarystring.php строка 32