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 /** * Converts the timestamp into a string. * * @phpstub * * @param resource $..
Decoded Output download
<?php
/**
* Converts the timestamp into a string.
*
* @phpstub
*
* @param resource $pxdoc
* @param float $value
* @param string $format
*
* @return string
*/
function px_timestamp2string($pxdoc, $value, $format)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Converts the timestamp into a string.
*
* @phpstub
*
* @param resource $pxdoc
* @param float $value
* @param string $format
*
* @return string
*/
function px_timestamp2string($pxdoc, $value, $format)
{
}
Function Calls
None |
Stats
MD5 | 95b10d341fd60f7e2331bc0a36e36348 |
Eval Count | 0 |
Decode Time | 92 ms |