update : 2015.11.03
php.shukuma.com검색:
|
bbcode_set_flags(PECL bbcode >= 0.10.2) bbcode_set_flags — Set or alter parser options 설명
bool bbcode_set_flags
( resource
$bbcode_container
, int $flags
[, int $mode = BBCODE_SET_FLAGS_SET
] )Set or alter parser options 인수
반환값
성공 시 예제
Example #1 bbcode_set_flags() usage example
<?php 위 예제의 출력: <i> Parser <b> Auto Correction </b></i> at work <i> Parser <b> Auto Correction </b></i><b> at work </b> <i> Parser [b] Auto Correction </i> at work <i> Parser <b> Auto Correction </b></i><b> at work </b> |