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 /** * Creates a new PostScript document object * * @phpstub * * @return resour..

Decoded Output download

<?php

/**
 * Creates a new PostScript document object
 *
 * @phpstub
 *
 * @return resource Resource of PostScript document. The return value
 *                  is passed to all other functions as the first argument.
 */
function ps_new()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates a new PostScript document object
 *
 * @phpstub
 *
 * @return resource Resource of PostScript document. The return value
 *                  is passed to all other functions as the first argument.
 */
function ps_new()
{
}

Function Calls

None

Variables

None

Stats

MD5 943964820097ab78434d7f9952579f0b
Eval Count 0
Decode Time 90 ms