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 by a regular expression * * @phpstub * * @param string $pat..
Decoded Output download
<?php
/**
* Split string by a regular expression
*
* @phpstub
*
* @param string $pattern
* @param string $subject
* @param int $limit
* @param int $flags
*
* @return array Returns an array containing substrings of
* split along boundaries matched by .
*/
function preg_split($pattern, $subject, $limit = -1, $flags = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Split string by a regular expression
*
* @phpstub
*
* @param string $pattern
* @param string $subject
* @param int $limit
* @param int $flags
*
* @return array Returns an array containing substrings of
* split along boundaries matched by .
*/
function preg_split($pattern, $subject, $limit = -1, $flags = false)
{
}
Function Calls
None |
Stats
MD5 | d346ccabe663520aa0d0b4b58b3fb80b |
Eval Count | 0 |
Decode Time | 82 ms |