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 /** * Schedules the addition of an item in a working directory * * @phpstub * ..
Decoded Output download
<?php
/**
* Schedules the addition of an item in a working directory
*
* @phpstub
*
* @param string $path
* @param bool $recursive
* @param bool $force
*
* @return bool
*/
function svn_add($path, $recursive = true, $force = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Schedules the addition of an item in a working directory
*
* @phpstub
*
* @param string $path
* @param bool $recursive
* @param bool $force
*
* @return bool
*/
function svn_add($path, $recursive = true, $force = false)
{
}
Function Calls
None |
Stats
MD5 | 99c34f97279007131c540670bd69cfcd |
Eval Count | 0 |
Decode Time | 99 ms |