Previous Page
__destruct()

Solar_Markdown_Wiki
_encode()

Next Page
_exception()

_encode()

public string _encode ( string $text, bool $in_tag default false )

Support method for encode().

Inherited from Solar_Markdown.

Parameters

  • (string) $text: The source text.
  • (bool) $in_tag: Escaping inside a tag?

Returns

  • (string) The encoded text.

Description

Support method for encode().