diff --git a/reference/strings/functions/hex2bin.xml b/reference/strings/functions/hex2bin.xml index e80f0c7172..4d9285da67 100644 --- a/reference/strings/functions/hex2bin.xml +++ b/reference/strings/functions/hex2bin.xml @@ -4,7 +4,7 @@ hex2bin - Convert hex to binary + Convert the hexadecimal representation of data to binary @@ -14,7 +14,7 @@ stringdata - Converts the hex representation of data to binary + Converts the hex representation of data to binary. @@ -35,7 +35,15 @@ &reftitle.returnvalues; - Returns the binary representation of the given data. + Returns the binary representation of the given data &return.falseforfailure;. + + + + + &reftitle.errors; + + If the hexadecimal input string is of odd length an E_WARNING + level error is thrown.