We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
utf8_decode - Decode UTF-8 text
uint16[] utf8_decode( string $data )
uint32[] utf8_decode( string $data )
utf8_decode() decodes an 8-bit string encoded with UTF-8 to an array of Unicode code-points.
data - The text to decode.
An array containing Unicode code-points of the characters in data.
The action performed by utf8_decode() in PHP+QB is entirely different from what it does in regular PHP.
1.0 and above.