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 /** * Export the contents of a SVN directory * * @phpstub * * @param string $f..
Decoded Output download
<?php
/**
* Export the contents of a SVN directory
*
* @phpstub
*
* @param string $frompath
* @param string $topath
* @param bool $working_copy
* @param int $revision_no
*
* @return bool
*/
function svn_export($frompath, $topath, $working_copy = true, $revision_no = -1)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Export the contents of a SVN directory
*
* @phpstub
*
* @param string $frompath
* @param string $topath
* @param bool $working_copy
* @param int $revision_no
*
* @return bool
*/
function svn_export($frompath, $topath, $working_copy = true, $revision_no = -1)
{
}
Function Calls
None |
Stats
MD5 | 824bca10750a8fcf03fc1499e881b932 |
Eval Count | 0 |
Decode Time | 89 ms |