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