PHP code example of jedi58 / reserializer
1. Go to this page and download the library: Download jedi58/reserializer library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
jedi58 / reserializer example snippets
Reserializer::parse('s:21:"https://www.google.com";');
Reserializer::reserialize('s:21:"https://www.google.com";')