[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 54 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
acp_utils_interface:: (1 method):
analyse_bbcode()
Interface: acp_utils_interface - X-Ref
analyse_bbcode(string $definition, string $template) X-Ref |
Analyse given BBCode definition for issues and safeness Required elements in the return array: - status: see BBCODE_STATUS_* constants Optional elements in the return array: - name: Name of the BBCode based on the definition. Required if status is "safe". - error_text: Textual description of the issue in plain text or as a L_* string. - error_html: Visual description of the issue in HTML. param: string $definition BBCode definition, e.g. [b]{TEXT}[/b] param: string $template BBCode template, e.g. <b>{TEXT}</b> return: array |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |