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 /** * Set the log file to write log messages to * * @phpstub * * @param resour..

Decoded Output download

<?php

/**
 * Set the log file to write log messages to
 *
 * @phpstub
 *
 * @param resource $xh
 * @param mixed $log
 *
 * @return void 
 */
function xslt_set_log($xh, $log = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set the log file to write log messages to
 *
 * @phpstub
 *
 * @param resource $xh
 * @param mixed $log
 *
 * @return void 
 */
function xslt_set_log($xh, $log = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 4cd2c6075cc67a673e51134d48f3f78b
Eval Count 0
Decode Time 88 ms