update : 2015.11.03
php.shukuma.com검색:
|
bbcode_create(PECL bbcode >= 0.9.0) bbcode_create — Create a BBCode Resource 설명
resource bbcode_create
([ array
$bbcode_initial_tags = NULL
] )This function returns a new BBCode Resource used to parse BBCode strings. 인수
반환값Returns a BBCode_Container 예제
Example #1 bbcode_create() example
<?php 위 예제의 출력: <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> |