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 font to use for following output * * @phpstub * * @param resource $..

Decoded Output download

<?php

/**
 * Sets font to use for following output
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param int $fontid
 * @param float $size
 *
 * @return bool 
 */
function ps_setfont($psdoc, $fontid, $size)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets font to use for following output
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param int $fontid
 * @param float $size
 *
 * @return bool 
 */
function ps_setfont($psdoc, $fontid, $size)
{
}

Function Calls

None

Variables

None

Stats

MD5 84ed9e546ccbbf509922510f6e353bab
Eval Count 0
Decode Time 83 ms