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 /** * Delete items from a working copy or repository. * * @phpstub * * @param ..

Decoded Output download

<?php

/**
 * Delete items from a working copy or repository.
 *
 * @phpstub
 *
 * @param string $path
 * @param bool $force
 *
 * @return bool 
 */
function svn_delete($path, $force = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Delete items from a working copy or repository.
 *
 * @phpstub
 *
 * @param string $path
 * @param bool $force
 *
 * @return bool 
 */
function svn_delete($path, $force = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 592f53a38b6ded72d576ce24a4420618
Eval Count 0
Decode Time 92 ms