library phpserializer
PHP Serializer is a Factory to get a SerDes class optimized for your PHP installation. Credits on original idea to https://www.drupal.org/project/couchbasedrupal
isaactorresmichel/phpserializer
PHP Serializer is a Factory to get a SerDes class optimized for your PHP installation. Credits on original idea to https://www.drupal.org/project/couchbasedrupal
- Wednesday, August 9, 2017
- by isaactorresmichel
- Repository
- 1 Watchers
- 0 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
PHP Serializer
, (*1)
PHP Serializer is a Factory to get a SerDes class optimized for your PHP installation., (*2)
<?php
include 'vendor/autoload.php';
$sd_factory = new isaactorresmichel\phpserializer\SerializerFactory();
$data = $sd_factory->getSerializer()->serialize("Hello World!");
$success = false;
$data = $sd_factory->getSerializer()->unserialize($data, $success);
if($success){
echo "Unserialize was successful: {$data}";
} else {
echo "Failed!";
}
Credits on original idea to David Garcia on https://www.drupal.org/project/couchbasedrupal, (*3)
dev-master
9999999-dev
PHP Serializer is a Factory to get a SerDes class optimized for your PHP installation. Credits on original idea to https://www.drupal.org/project/couchbasedrupal
Sources
Download
MIT
The Development Requires
v1.0.0
1.0.0.0
PHP Serializer is a Factory to get a SerDes class optimized for your PHP installation. Credits on original idea to https://www.drupal.org/project/couchbasedrupal
Sources
Download
MIT
The Development Requires