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 /** * Replace all occurrences of the search string with the replacement string * ..
Decoded Output download
<?php
/**
* Replace all occurrences of the search string with the replacement string
*
* @phpstub
*
* @param string|string[] $search
* @param string|string[] $replace
* @param string|string[] $subject
* @param int $count
*
* @return string|string[] This function returns a string or an array with the replaced values.
*/
function str_replace($search, $replace, $subject, &$count = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Replace all occurrences of the search string with the replacement string
*
* @phpstub
*
* @param string|string[] $search
* @param string|string[] $replace
* @param string|string[] $subject
* @param int $count
*
* @return string|string[] This function returns a string or an array with the replaced values.
*/
function str_replace($search, $replace, $subject, &$count = NULL)
{
}
Function Calls
None |
Stats
MD5 | fd16779257edcd0f6c80f7b30a02e3d4 |
Eval Count | 0 |
Decode Time | 116 ms |