Beispiel #1
0
 public function testDecodeDict()
 {
     $bert = Bert::encode(array('a' => 'b'));
     $this->assertEqual(Bert_Decoder::decode($bert), array('a' => 'b'));
 }
Beispiel #2
0
 public static function decode($bert)
 {
     return Bert_Decoder::decode($bert);
 }