From ff2021db61b4793a6e9b991294f10e023346502e Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 24 Jan 2002 04:11:00 +0000 Subject: [PATCH] Added "See also pack/unpack" for bin2hex. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68514 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. +