Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$nodeid = preg_replace('/[^\p{N}\p{L}_\s\-.]/u','',$nodeid);..
Decoded Output download
<? $nodeid = preg_replace('/[^\p{N}\p{L}_\s\-.]/u','',$nodeid); ?>
Did this file decode correctly?
Original Code
$nodeid = preg_replace('/[^\p{N}\p{L}_\s\-.]/u','',$nodeid);
Function Calls
preg_replace | 1 |
Stats
MD5 | 9e0ddd89e706cc63c1ffaf4a13fc72a3 |
Eval Count | 0 |
Decode Time | 52 ms |