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 /** * Returns list of directory contents in repository URL, optionally at revision..

Decoded Output download

<?php

/**
 * Returns list of directory contents in repository URL, optionally at revision number
 *
 * @phpstub
 *
 * @param string $repos_url
 * @param int $revision_no
 * @param bool $recurse
 * @param bool $peg
 *
 * @return array On success, this function returns an array file listing in the format
 *               of:
 */
function svn_ls($repos_url, $revision_no = false, $recurse = false, $peg = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns list of directory contents in repository URL, optionally at revision number
 *
 * @phpstub
 *
 * @param string $repos_url
 * @param int $revision_no
 * @param bool $recurse
 * @param bool $peg
 *
 * @return array On success, this function returns an array file listing in the format
 *               of:
 */
function svn_ls($repos_url, $revision_no = false, $recurse = false, $peg = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 2eea841bb0f983e7094bb18f17186d5a
Eval Count 0
Decode Time 84 ms