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 version number for a FDF file * * @phpstub * * @param resource $fdf..
Decoded Output download
<?php
/**
* Sets version number for a FDF file
*
* @phpstub
*
* @param resource $fdf_document
* @param string $version
*
* @return bool
*/
function fdf_set_version($fdf_document, $version)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets version number for a FDF file
*
* @phpstub
*
* @param resource $fdf_document
* @param string $version
*
* @return bool
*/
function fdf_set_version($fdf_document, $version)
{
}
Function Calls
None |
Stats
MD5 | cffde525891cd3cbe4095ccb59fad715 |
Eval Count | 0 |
Decode Time | 80 ms |