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 /** * Output a text at current position * * @phpstub * * @param resource $psdo..

Decoded Output download

<?php

/**
 * Output a text at current position
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $text
 * @param int $len
 *
 * @return bool 
 */
function ps_show2($psdoc, $text, $len)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Output a text at current position
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $text
 * @param int $len
 *
 * @return bool 
 */
function ps_show2($psdoc, $text, $len)
{
}

Function Calls

None

Variables

None

Stats

MD5 8cee43755be57be05333b0b275513bc4
Eval Count 0
Decode Time 106 ms