Web Analytics

PHP serialize() Function

Variable FunctionPHP 4+

The serialize() function generates a storable representation of a value.

Syntax

serialize(mixed $value): string

Try It Online

Output
Click Run to execute your code

Related Functions