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 /** * Sets the encoding for character fields (deprecated) * * @phpstub * * @pa..

Decoded Output download

<?php

/**
 * Sets the encoding for character fields (deprecated)
 *
 * @phpstub
 *
 * @param resource $pxdoc
 * @param string $encoding
 *
 * @return bool Returns false if the encoding could not be set, e.g. the encoding is
 *              unknown, or pxlib does not support recoding at all. In the second case a
 *              warning will be issued.
 */
function px_set_targetencoding($pxdoc, $encoding)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets the encoding for character fields (deprecated)
 *
 * @phpstub
 *
 * @param resource $pxdoc
 * @param string $encoding
 *
 * @return bool Returns false if the encoding could not be set, e.g. the encoding is
 *              unknown, or pxlib does not support recoding at all. In the second case a
 *              warning will be issued.
 */
function px_set_targetencoding($pxdoc, $encoding)
{
}

Function Calls

None

Variables

None

Stats

MD5 221eb33d162278a6c3eac4bf50c753a1
Eval Count 0
Decode Time 75 ms