Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 247 Bytes

File metadata and controls

14 lines (10 loc) · 247 Bytes

htmlDecode

Convert all HTML entities to their applicable characters.

Description

static htmlDecode(int|null $flags = 2)

Parameters

  • int|null $flags
    Optional flags

Return Value

static
String after being html decoded.