PageRenderTime 44ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/services/charts/lib/haxe/Md5.class.php

https://github.com/precog/visualizations
PHP | 9 lines | 8 code | 1 blank | 0 comment | 0 complexity | 105f78430c1ff8b433c22438b51e039f MD5 | raw file
  1. <?php
  2. class haxe_Md5 {
  3. public function __construct(){}
  4. static function encode($s) {
  5. return md5($s);
  6. }
  7. function __toString() { return 'haxe.Md5'; }
  8. }