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 /** * Create a BBCode Resource * * @phpstub * * @param array $bbcode_initial_t..
Decoded Output download
<?php
/**
* Create a BBCode Resource
*
* @phpstub
*
* @param array $bbcode_initial_tags
*
* @return resource Returns a BBCode_Container
*/
function bbcode_create($bbcode_initial_tags = array())
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Create a BBCode Resource
*
* @phpstub
*
* @param array $bbcode_initial_tags
*
* @return resource Returns a BBCode_Container
*/
function bbcode_create($bbcode_initial_tags = array())
{
}
Function Calls
None |
Stats
MD5 | 8559c0deb6a851d36a93f76d4d0b95ef |
Eval Count | 0 |
Decode Time | 97 ms |