| bbcode_createCreate a BBCode Resource Description
   resource bbcode_create
    ([ array  $bbcode_initial_tags= NULL
  ] )This function returns a new BBCode Resource used to parse BBCode strings. Parameters
 
 Return ValuesReturns a BBCode_Container Examples
 Example #1 bbcode_create example 
<?phpThe above example will output: <b>Bold Text</b> [i]Italic Text[/i] <a href="http://www.php.net/">http://www.php.net/</a> <a href="http://pecl.php.net/"><b>Content Text</b></a> <img src="http://static.php.net/www.php.net/images/php.gif" /> <a href="http://www.php.net/"> [img]http://static.php.net/www.php.net/images/php.gif[/img] </a> |