Esempio n. 1
0
 /**
  * Add hexdump of given variable to MW log
  *
  * @author Macbre
  */
 public static function hex($method, $string)
 {
     $debug = "RTE: {$method}\n" . Wikia::hex($string, false, false, true);
     wfDebug("{$debug}\n");
 }