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

Signing you up...

Thank you for signing up!

PHP Decode

$str="7575839934"; echo preg_replace('/(\d{2})(\d{3})(\d)(\d{2})(\d{2})/', '\1-\2@\3-\4-\..

Decoded Output download

$str="7575839934";
echo preg_replace('/(\d{2})(\d{3})(\d)(\d{2})(\d{2})/', '-@--', $str);

Did this file decode correctly?

Original Code

$str="7575839934";
echo preg_replace('/(\d{2})(\d{3})(\d)(\d{2})(\d{2})/', '\1-\2@\3-\4-\5', $str);

Function Calls

preg_replace 1

Variables

$str 7575839934

Stats

MD5 c5ddefec0f6afca76cfac0b846338d6e
Eval Count 0
Decode Time 98 ms