Example #1
0
File: HData.php Project: h3rb/page
 function asArray($in)
 {
     $d = new HDataStream($in);
     return $d->toArray();
 }