You are here

protected property Markdown::$utf8_strlen in Markdown 7

* String length function for detab. `_initDetab` will create a function to * handle UTF-8 if the default function does not exist. *

Type: string

File

includes/Markdown.php, line 1818

Class

Markdown
Markdown Parser Class

Namespace

Michelf

Code

protected $utf8_strlen = 'mb_strlen';