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 encoding for the parsing of documents * * @phpstub * * @param r..

Decoded Output download

<?php

/**
 * Set the encoding for the parsing of  documents
 *
 * @phpstub
 *
 * @param resource $xh
 * @param string $encoding
 *
 * @return void 
 */
function xslt_set_encoding($xh, $encoding)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set the encoding for the parsing of  documents
 *
 * @phpstub
 *
 * @param resource $xh
 * @param string $encoding
 *
 * @return void 
 */
function xslt_set_encoding($xh, $encoding)
{
}

Function Calls

None

Variables

None

Stats

MD5 704169b7f033653efcdca5554b1cdcf4
Eval Count 0
Decode Time 90 ms