\app\framework\Component\StdLibStdLibTrait

Standard Library Trait Some useful functions

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
serialize()
unserialize()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

serialize()

serialize(  $value) : string

Serializes the given value.

Parameters

$value

Returns

string

unserialize()

unserialize(string  $string) : array|mixed

Unserializes the given string and returns the array.

Parameters

string $string

String to serialize.

Returns

array|mixed