Function __global->_phpbb3_post_text_to_comcode

Definitions

sources/forum/phpbb3.php

  • Cleanup a phpBB post to match Comcode.Handles phpBB's special post markup.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$text string required parameter N/A N/A The post
$attach_ids ?array Null N/A N/A List of attachment IDs (null: do not include attachments)

Return

  • Cleaned post
  • Type: string
  • Set: N/A
  • Range: N/A