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 /** * Inserts HTML line breaks before all newlines in a string * * @phpstub * ..
Decoded Output download
<?php
/**
* Inserts HTML line breaks before all newlines in a string
*
* @phpstub
*
* @param string $string
* @param bool $is_xhtml
*
* @return string Returns the altered string.
*/
function nl2br($string, $is_xhtml = true)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Inserts HTML line breaks before all newlines in a string
*
* @phpstub
*
* @param string $string
* @param bool $is_xhtml
*
* @return string Returns the altered string.
*/
function nl2br($string, $is_xhtml = true)
{
}
Function Calls
None |
Stats
MD5 | 3ab07fba735840177e3159ec7b20eac8 |
Eval Count | 0 |
Decode Time | 115 ms |