PHP array Encoding and Decoding:Need a function for encoding and decoding string or array with delimiters or array itself
问题 I am in a need of function that will encode and decode all the id's of a tree nodes. I function that will check if its a single string or array string or string with delimiters. I am having one plugin for encoding and decoding. here goes my plugin: FIle:encode.class.php <?php /*------------------------- Author: Jonathan Pulice Date: July 26th, 2005 Name: JPEncodeClass v1 Desc: Encoder and decoder using patterns. -------------------------*/ class Protector { var $Pattern = ""; var $PatternFlip