bbcode_set_flags

(PECL bbcode >= 0.10.2) 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 Parameters: bbcode_container BBCode_Container resource, returned by bbcode_create(). flags The flag set that must be applied to the bbcode_container op

bbcode_set_arg_parser

(PECL bbcode >= 0.10.2) Attach another parser in order to use another rule set for argument parsing 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:

bbcode_parse

(PECL bbcode >= 0.9.0) Parse a string following a given rule set string bbcode_parse ( resource $bbcode_container, string $to_parse ) This function parse the string to_parse following the rules in the bbcode_container created by bbcode_create() Parameters: bbcode_container BBCode_Container resource returned by bbcode_create(). to_parse

bbcode_destroy

(PECL bbcode >= 0.9.0) Close BBCode_container resource bool bbcode_destroy ( resource $bbcode_container ) This function closes the resource opened by bbcode_create(). Parameters: bbcode_container BBCode_Container resource returned by bbcode_create(). Returns: Returns TRUE on success or FALSE on failure.

bbcode_create

(PECL bbcode >= 0.9.0) Create a BBCode Resource resource bbcode_create ([ array $bbcode_initial_tags = NULL ] ) This function returns a new BBCode Resource used to parse BBCode strings. Parameters: bbcode_initial_tags An associative array containing the tag names as keys and parameters required to correctly parse BBCode as their value. The following key/value pairs ar

bbcode_add_smiley

(PECL bbcode >= 0.10.2) Adds a smiley to the parser bool bbcode_add_smiley ( resource $bbcode_container, string $smiley, string $replace_by ) Adds a smiley to the parser Parameters: bbcode_container BBCode_Container resource, returned by bbcode_create(). smiley The string that will be replaced when found. repla

bbcode_add_element

(PECL bbcode >= 0.9.0) Adds a bbcode element bool bbcode_add_element ( resource $bbcode_container, string $tag_name, array $tag_rules ) Adds a tag to an existing BBCode_Container tag_set using tag_rules. Parameters: bbcode_container BBCode_Container resource, returned by bbcode_create(). tag_name The new tag to add to the BBCode_Cont

session_pgsql_status

(PECL session_pgsql SVN) Get current save handler status array session_pgsql_status ( void ) This function is currently not documented; only its argument list is available.

session_pgsql_set_field

(PECL session_pgsql SVN) Set custom field value bool session_pgsql_set_field ( string $value ) Parameters: value Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

session_pgsql_reset

(PECL session_pgsql SVN) Reset connection to session database servers bool session_pgsql_reset ( void ) Reset the connection to the session database servers. Returns: Returns TRUE on success or FALSE on failure.