Class Binary.
More...
|
static | safeStrlen (#[\SensitiveParameter] string $str) |
| Safe string length.
|
|
static | safeSubstr (#[\SensitiveParameter] string $str, int $start=0, ?int $length=null) |
| Safe substring.
|
|
Class Binary.
Binary string operators that don't choke on mbstring.func_overload
◆ safeStrlen()
static Binary::safeStrlen |
( |
# string | $str[\SensitiveParameter] | ) |
|
|
static |
Safe string length.
mbstring.func_overload
- Parameters
-
- Return values
-
◆ safeSubstr()
static Binary::safeSubstr |
( |
# string | $str[\SensitiveParameter], |
|
|
int | $start = 0, |
|
|
?int | $length = null ) |
|
static |
Safe substring.
mbstring.func_overload
@staticvar boolean $exists
- Parameters
-
string | $str | |
int | $start | |
?int | $length | |
- Return values
-
- Exceptions
-
The documentation for this class was generated from the following file:
- admin/tool/mfa/factor/totp/extlib/ParagonIE/ConstantTime/Binary.php