Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $string='') | |
bytesAt (int $offset) | |
append (string ... $suffix) | |
camel () | |
chunk (int $length=1) | |
endsWith ($suffix) | |
equalsTo ($string) | |
folded () | |
indexOf ($needle, int $offset=0) | |
indexOfLast ($needle, int $offset=0) | |
isUtf8 () | |
join (array $strings, string $lastGlue=null) | |
length () | |
lower () | |
match (string $regexp, int $flags=0, int $offset=0) | |
padBoth (int $length, string $padStr=' ') | |
padEnd (int $length, string $padStr=' ') | |
padStart (int $length, string $padStr=' ') | |
prepend (string ... $prefix) | |
replace (string $from, string $to) | |
replaceMatches (string $fromRegexp, $to) | |
reverse () | |
slice (int $start=0, int $length=null) | |
snake () | |
splice (string $replacement, int $start=0, int $length=null) | |
split (string $delimiter, int $limit=null, int $flags=null) | |
startsWith ($prefix) | |
title (bool $allWords=false) | |
toUnicodeString (string $fromEncoding=null) | |
toCodePointString (string $fromEncoding=null) | |
trim (string $chars=" \\\B\C") | |
trimEnd (string $chars=" \\\B\C") | |
trimStart (string $chars=" \\\B\C") | |
upper () | |
width (bool $ignoreAnsiDecoration=true) | |
Fonctions membres publiques hérités de AbstractString | |
__construct (string $string='') | |
after ($needle, bool $includeNeedle=false, int $offset=0) | |
afterLast ($needle, bool $includeNeedle=false, int $offset=0) | |
append (string ... $suffix) | |
before ($needle, bool $includeNeedle=false, int $offset=0) | |
beforeLast ($needle, bool $includeNeedle=false, int $offset=0) | |
bytesAt (int $offset) | |
camel () | |
chunk (int $length=1) | |
collapseWhitespace () | |
containsAny ($needle) | |
endsWith ($suffix) | |
ensureEnd (string $suffix) | |
ensureStart (string $prefix) | |
equalsTo ($string) | |
folded () | |
ignoreCase () | |
indexOf ($needle, int $offset=0) | |
indexOfLast ($needle, int $offset=0) | |
isEmpty () | |
join (array $strings, string $lastGlue=null) | |
jsonSerialize () | |
length () | |
lower () | |
match (string $regexp, int $flags=0, int $offset=0) | |
padBoth (int $length, string $padStr=' ') | |
padEnd (int $length, string $padStr=' ') | |
padStart (int $length, string $padStr=' ') | |
prepend (string ... $prefix) | |
repeat (int $multiplier) | |
replace (string $from, string $to) | |
replaceMatches (string $fromRegexp, $to) | |
reverse () | |
slice (int $start=0, int $length=null) | |
snake () | |
splice (string $replacement, int $start=0, int $length=null) | |
split (string $delimiter, int $limit=null, int $flags=null) | |
startsWith ($prefix) | |
title (bool $allWords=false) | |
toByteString (string $toEncoding=null) | |
toCodePointString () | |
toString () | |
toUnicodeString () | |
trim (string $chars=" \\\B\C\A0}\FEFF}") | |
trimEnd (string $chars=" \\\B\C\A0}\FEFF}") | |
trimPrefix ($prefix) | |
trimStart (string $chars=" \\\B\C\A0}\FEFF}") | |
trimSuffix ($suffix) | |
truncate (int $length, string $ellipsis='', bool $cut=true) | |
upper () | |
width (bool $ignoreAnsiDecoration=true) | |
wordwrap (int $width=75, string $break="\, bool $cut=false) | |
__sleep () | |
__clone () | |
__toString () | |
Fonctions membres publiques statiques | |
static | fromRandom (int $length=16, string $alphabet=null) |
Fonctions membres publiques statiques hérités de AbstractString | |
static | unwrap (array $values) |
static | wrap (array $values) |
Attributs privés | |
const | ALPHABET_ALPHANUMERIC = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz' |
Membres hérités additionnels | |
Champs de données hérités de AbstractString | |
const | PREG_PATTERN_ORDER = \PREG_PATTERN_ORDER |
const | PREG_SET_ORDER = \PREG_SET_ORDER |
const | PREG_OFFSET_CAPTURE = \PREG_OFFSET_CAPTURE |
const | PREG_UNMATCHED_AS_NULL = \PREG_UNMATCHED_AS_NULL |
const | PREG_SPLIT = 0 |
const | PREG_SPLIT_NO_EMPTY = \PREG_SPLIT_NO_EMPTY |
const | PREG_SPLIT_DELIM_CAPTURE = \PREG_SPLIT_DELIM_CAPTURE |
const | PREG_SPLIT_OFFSET_CAPTURE = \PREG_SPLIT_OFFSET_CAPTURE |
Attributs protégés hérités de AbstractString | |
$string = '' | |
$ignoreCase = false | |
Represents a binary-safe string of bytes.
ExceptionInterface |
__construct | ( | string | $string = '' | ) |
Références AbstractString\$string.
bytesAt | ( | int | $offset | ) |
Références Joomla\Database\Query\$offset.
camel | ( | ) |
Références $this.
Référencé par ByteString\snake().
chunk | ( | int | $length = 1 | ) |
Références $this.
endsWith | ( | $suffix | ) |
Références $suffix, elseif, AbstractString\ignoreCase(), null, et parent.
equalsTo | ( | $string | ) |
Références AbstractString\$string, elseif, AbstractString\ignoreCase(), et parent.
folded | ( | ) |
Références $this.
indexOf | ( | $needle, | |
int | $offset = 0 |
||
) |
Références $i, Joomla\Database\Query\$offset, elseif, AbstractString\ignoreCase(), null, et parent.
indexOfLast | ( | $needle, | |
int | $offset = 0 |
||
) |
Références $i, Joomla\Database\Query\$offset, elseif, AbstractString\ignoreCase(), null, et parent.
isUtf8 | ( | ) |
length | ( | ) |
lower | ( | ) |
Références $this.
match | ( | string | $regexp, |
int | $flags = 0 , |
||
int | $offset = 0 |
||
) |
padBoth | ( | int | $length, |
string | $padStr = ' ' |
||
) |
Références $this.
padEnd | ( | int | $length, |
string | $padStr = ' ' |
||
) |
Références $this.
padStart | ( | int | $length, |
string | $padStr = ' ' |
||
) |
Références $this.
replace | ( | string | $from, |
string | $to | ||
) |
Références $this, et AbstractString\ignoreCase().
replaceMatches | ( | string | $fromRegexp, |
$to | |||
) |
Références AbstractString\$string, $this, class, AbstractString\ignoreCase(), et null.
reverse | ( | ) |
Références $this.
snake | ( | ) |
Références ByteString\camel().
Références $limit, $this, AbstractString\ignoreCase(), et null.
startsWith | ( | $prefix | ) |
Références $prefix, elseif, AbstractString\ignoreCase(), et parent.
toCodePointString | ( | string | $fromEncoding = null | ) |
Références AbstractString\$string, et null.
toUnicodeString | ( | string | $fromEncoding = null | ) |
Références AbstractString\toCodePointString().
trim | ( | string | $chars = " \t\n\r\0\x0B\x0C" | ) |
Références $this.
trimEnd | ( | string | $chars = " \t\n\r\0\x0B\x0C" | ) |
Références $this.
trimStart | ( | string | $chars = " \t\n\r\0\x0B\x0C" | ) |
Références $this.
upper | ( | ) |
Références $this.
width | ( | bool | $ignoreAnsiDecoration = true | ) |
Références AbstractString\$string.
|
private |