<?php require_once('ByteRun.Class.php'); // ByteRun Encoding $_X='echo"amir";'; $obj = new ByteRun($_X); echo $obj->encode(); // ByteRun Decoding //$_X='NWNoMiIxbTRyIjs='; //$obj = new ByteRun($_X); //echo $obj->decode(); ?>
info at phpclasses dot org