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 /** * Loads a font * * @phpstub * * @param resource $psdoc * @param string $f..
Decoded Output download
<?php
/**
* Loads a font
*
* @phpstub
*
* @param resource $psdoc
* @param string $fontname
* @param string $encoding
* @param bool $embed
*
* @return int Returns the identifier of the font or zero in case of an error. The
* identifier is a positive number.
*/
function ps_findfont($psdoc, $fontname, $encoding, $embed = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Loads a font
*
* @phpstub
*
* @param resource $psdoc
* @param string $fontname
* @param string $encoding
* @param bool $embed
*
* @return int Returns the identifier of the font or zero in case of an error. The
* identifier is a positive number.
*/
function ps_findfont($psdoc, $fontname, $encoding, $embed = false)
{
}
Function Calls
None |
Stats
MD5 | 75137d9a39a80d870510d73c9ff63568 |
Eval Count | 0 |
Decode Time | 76 ms |