PHP » GoLang |
login |
register |
about
|
GoLang bbcode_set_arg_parser
request it (323)
GoLang replacement for PHP's bbcode_set_arg_parser
[edit | history]
bbcode_set_arg_parser(PECL bbcode >= 0.10.2) bbcode_set_arg_parser — Attach another parser in order to use another rule set for argument parsing Description
bool bbcode_set_arg_parser
( resource
$bbcode_container
, resource $bbcode_arg_parser
)Attaches another parser to the bbcode_container. This parser is used only when arguments must be parsed. If this function is not used, the default argument parser is the parser itself. Parameters
Return Values
Returns Examples
Example #1 bbcode_set_arg_parser() usage example
<?php The above example will output: <quote><h4>Source: <b class="sub">Test</b></h4> Foo <img src="smiley.gif" alt=":)" /> </quote> <b>Bar example :)</b> <img src="smiley.gif" alt=":)" /> |
more
Recently updated
more
Most requested
more
Last requests
|