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 /** * Split string into array by regular expression * * @phpstub * * @param st..

Decoded Output download

<?php

/**
 * Split string into array by regular expression
 *
 * @phpstub
 *
 * @param string $pattern
 * @param string $string
 * @param int $limit
 *
 * @return array Returns an array of strings, each of which is a substring of
 *               formed by splitting it on boundaries formed
 *               by the case-sensitive regular expression .
 */
function split($pattern, $string, $limit = -1)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Split string into array by regular expression
 *
 * @phpstub
 *
 * @param string $pattern
 * @param string $string
 * @param int $limit
 *
 * @return array Returns an array of strings, each of which is a substring of
 *               formed by splitting it on boundaries formed
 *               by the case-sensitive regular expression .
 */
function split($pattern, $string, $limit = -1)
{
}

Function Calls

None

Variables

None

Stats

MD5 4b8d638bc0fa9c24f43a0cd9900885b6
Eval Count 0
Decode Time 83 ms