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 FDF character encoding * * @phpstub * * @param resource $fdf_docume..
Decoded Output download
<?php
/**
* Sets FDF character encoding
*
* @phpstub
*
* @param resource $fdf_document
* @param string $encoding
*
* @return bool
*/
function fdf_set_encoding($fdf_document, $encoding)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets FDF character encoding
*
* @phpstub
*
* @param resource $fdf_document
* @param string $encoding
*
* @return bool
*/
function fdf_set_encoding($fdf_document, $encoding)
{
}
Function Calls
None |
Stats
MD5 | 3f6161fcb4fd2645853534bd71a8a2a2 |
Eval Count | 0 |
Decode Time | 90 ms |