diff --git a/functions/strings.xml b/functions/strings.xml index d32c6568c4..04f6f32e02 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -151,6 +151,9 @@ echo addcslashes("zoo['.']", 'z..A'); of str. The conversion is done byte-wise with the high-nibble first. + + See also pack and unpack. +