|
static | strlen ($s) |
|
static | strpos ($haystack, $needle, $offset=0) |
|
static | strrpos ($haystack, $needle, $offset=0) |
|
static | substr ($string, $start, $length=2147483647) |
|
static | stripos ($s, $needle, $offset=0) |
|
static | stristr ($s, $needle, $part=false) |
|
static | strrchr ($s, $needle, $part=false) |
|
static | strripos ($s, $needle, $offset=0) |
|
static | strstr ($s, $needle, $part=false) |
|
Binary safe version of string functions overloaded when MB_OVERLOAD_STRING is enabled.
- Auteur
- Nicolas Grekas p@tch.nosp@m.work.nosp@m..com
◆ stripos()
static stripos |
( |
|
$s, |
|
|
|
$needle, |
|
|
|
$offset = 0 |
|
) |
| |
|
static |
◆ stristr()
static stristr |
( |
|
$s, |
|
|
|
$needle, |
|
|
|
$part = false |
|
) |
| |
|
static |
◆ strlen()
◆ strpos()
static strpos |
( |
|
$haystack, |
|
|
|
$needle, |
|
|
|
$offset = 0 |
|
) |
| |
|
static |
◆ strrchr()
static strrchr |
( |
|
$s, |
|
|
|
$needle, |
|
|
|
$part = false |
|
) |
| |
|
static |
◆ strripos()
static strripos |
( |
|
$s, |
|
|
|
$needle, |
|
|
|
$offset = 0 |
|
) |
| |
|
static |
◆ strrpos()
static strrpos |
( |
|
$haystack, |
|
|
|
$needle, |
|
|
|
$offset = 0 |
|
) |
| |
|
static |
◆ strstr()
static strstr |
( |
|
$s, |
|
|
|
$needle, |
|
|
|
$part = false |
|
) |
| |
|
static |
◆ substr()
static substr |
( |
|
$string, |
|
|
|
$start, |
|
|
|
$length = 2147483647 |
|
) |
| |
|
static |
La documentation de cette classe a été générée à partir du fichier suivant :