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 /** * Repeat a string * * @phpstub * * @param string $input * @param int $mul..
Decoded Output download
<?php
/**
* Repeat a string
*
* @phpstub
*
* @param string $input
* @param int $multiplier
*
* @return string Returns the repeated string.
*/
function str_repeat($input, $multiplier)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Repeat a string
*
* @phpstub
*
* @param string $input
* @param int $multiplier
*
* @return string Returns the repeated string.
*/
function str_repeat($input, $multiplier)
{
}
Function Calls
None |
Stats
MD5 | 54387fa6b2020434dddc12f8a36c499c |
Eval Count | 0 |
Decode Time | 82 ms |