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 /** * Creates a directory in a working copy or repository * * @phpstub * * @pa..

Decoded Output download

<?php

/**
 * Creates a directory in a working copy or repository
 *
 * @phpstub
 *
 * @param string $path
 * @param string $log_message
 *
 * @return bool 
 */
function svn_mkdir($path, $log_message = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates a directory in a working copy or repository
 *
 * @phpstub
 *
 * @param string $path
 * @param string $log_message
 *
 * @return bool 
 */
function svn_mkdir($path, $log_message = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 b03de01fae7f4859e4540f968f380e3f
Eval Count 0
Decode Time 138 ms