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 /** * Return part of a string * * @phpstub * * @param string $string * @param..

Decoded Output download

<?php

/**
 * Return part of a string
 *
 * @phpstub
 *
 * @param string $string
 * @param int $start
 * @param int $length
 *
 * @return string Returns the extracted part of string; , or
 *                an empty .
 */
function substr($string, $start, $length = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return part of a string
 *
 * @phpstub
 *
 * @param string $string
 * @param int $start
 * @param int $length
 *
 * @return string Returns the extracted part of string; , or
 *                an empty .
 */
function substr($string, $start, $length = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 21652ac92de9804e785dada3b9dca51d
Eval Count 0
Decode Time 107 ms