\Symfony\Polyfill\UtilBinary

Summary

Methods
Properties
Constants
strlen()
strpos()
strrpos()
substr()
stripos()
stristr()
strrchr()
strripos()
strstr()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

strlen()

strlen(  $s) 

Parameters

$s

strpos()

strpos(  $haystack,   $needle,   $offset) 

Parameters

$haystack
$needle
$offset

strrpos()

strrpos(  $haystack,   $needle,   $offset) 

Parameters

$haystack
$needle
$offset

substr()

substr(  $string,   $start,   $length = PHP_INT_MAX) 

Parameters

$string
$start
$length

stripos()

stripos(  $s,   $needle,   $offset) 

Parameters

$s
$needle
$offset

stristr()

stristr(  $s,   $needle,   $part = false) 

Parameters

$s
$needle
$part

strrchr()

strrchr(  $s,   $needle,   $part = false) 

Parameters

$s
$needle
$part

strripos()

strripos(  $s,   $needle,   $offset) 

Parameters

$s
$needle
$offset

strstr()

strstr(  $s,   $needle,   $part = false) 

Parameters

$s
$needle
$part