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 $extPath = ini_get("extension_dir"); print $extPath . "\n"; ?> ..

Decoded Output download

<?php

$extPath = ini_get("extension_dir");

print $extPath . "
";


?>

Did this file decode correctly?

Original Code

<?php

$extPath = ini_get("extension_dir");

print $extPath . "\n";


?>

Function Calls

ini_get 1

Variables

None

Stats

MD5 44c46c126bf96e674173cc6029d5a02f
Eval Count 0
Decode Time 94 ms