Свойство | Тип | Описание | |
---|---|---|---|
$idx | Current unserialize string | ||
$options | Current index in unserialize string | ||
$str | |||
$useDefaultSerializer | Whitelist of classes passed to unserialize() | ||
$whitelist | Options passed to unserialize() |
Метод | Описание | |
---|---|---|
findToken ( $charList ) | ||
getIdx ( ) | ||
php7_unserialize ( integer $depth = 1 ) : boolean | integer | null | string | ||
readChars ( $len ) | ||
unserialize ( $str, null $options = null ) : boolean | integer | mixed | null | string | Create unserialize class | |
updateString ( $data, $offset ) |
Метод | Описание | |
---|---|---|
__construct ( $str, array $options ) | ||
run ( ) : mixed | Run our serializer |
protected $useDefaultSerializer |