PHP Class Xpressengine\Tag\Decomposer

Author: XE Developers ([email protected])
Afficher le fichier Open project: xpressengine/xpressengine Class Usage Examples

Protected Properties

Свойство Type Description
$charSet string Character set

Méthodes publiques

Méthode Description
__construct ( string $charSet = 'UTF-8' ) Constructor
execute ( string $string ) : string Execute decomposing

Méthodes protégées

Méthode Description
charAt ( string $str, integer $num ) : string 지정한 인덱스에 해당하는 문자를 반환한다.
ord ( string $ch ) : integer | null Return ASCII value of character
strlen ( string $str ) : integer Get string length

Method Details

__construct() public méthode

Constructor
public __construct ( string $charSet = 'UTF-8' )
$charSet string Character set

charAt() protected méthode

지정한 인덱스에 해당하는 문자를 반환한다.
protected charAt ( string $str, integer $num ) : string
$str string string
$num integer character index
Résultat string

execute() public méthode

Execute decomposing
public execute ( string $string ) : string
$string string string whatever
Résultat string

ord() protected méthode

Return ASCII value of character
protected ord ( string $ch ) : integer | null
$ch string character
Résultat integer | null

strlen() protected méthode

Get string length
protected strlen ( string $str ) : integer
$str string string
Résultat integer

Property Details

$charSet protected_oe property

Character set
protected string $charSet
Résultat string