Get fresh content from StatelyWorld

Convert a storable representation of a value. The serialize() function converts a storable representation of a value. To serialize data means to convert a value to a sequence of bits, so that it can be stored in a file, a memory buffer, or transmitted across a network.

 

<?php
$data = serialize(array("Red", "Green", "Blue"));
echo $data;
?>
WordPress: Post Types
How ES6 Arrow Function Can Help You in JavaScriptJavaScript: How ES6 Arrow Function Can Help You

Share This Post !

Leave A Comment