diff --git a/reference/unicode/functions/unicode-decode.xml b/reference/unicode/functions/unicode-decode.xml new file mode 100644 index 0000000000..b5abb06254 --- /dev/null +++ b/reference/unicode/functions/unicode-decode.xml @@ -0,0 +1,104 @@ + + + + + unicode_decode + Convert a binary string into an unicode string + + + &reftitle.description; + + unicode unicode_decode + stringinput + stringencoding + intflags + + + Convert a binary string encoded in encoding to a + unicode string. + + + + + &reftitle.parameters; + + + + input + + + Try string that is converted. + + + + + encoding + + + The encoding of input. + + + + + flags + + + Conversion flags. + + + + + + + + + &reftitle.returnvalues; + + A unicode string or &false; on failure. + + + + + &reftitle.errors; + + Emits a E_WARNING level error if a converter cannot + be created for the desired encoding. + + + + + &reftitle.notes; + &warn.experimental.func; + + + + &reftitle.seealso; + + + unicode_encode + unicode_semantics + + + + + +