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 /** * Make a hot-copy of the repos at repospath; copy it to destpath * * @phpstu..

Decoded Output download

<?php

/**
 * Make a hot-copy of the repos at repospath; copy it to destpath
 *
 * @phpstub
 *
 * @param string $repospath
 * @param string $destpath
 * @param bool $cleanlogs
 *
 * @return bool
 */
function svn_repos_hotcopy($repospath, $destpath, $cleanlogs)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Make a hot-copy of the repos at repospath; copy it to destpath
 *
 * @phpstub
 *
 * @param string $repospath
 * @param string $destpath
 * @param bool $cleanlogs
 *
 * @return bool
 */
function svn_repos_hotcopy($repospath, $destpath, $cleanlogs)
{
}

Function Calls

None

Variables

None

Stats

MD5 816c07cf44dce98d03d327027e76cacd
Eval Count 0
Decode Time 73 ms