From 8455a0dff1218c7d9d65b22eeacb3f4afd4add53 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sat, 16 Mar 2002 12:44:06 +0000 Subject: [PATCH] added note for mbstring. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73571 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mbstring.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/mbstring.xml b/functions/mbstring.xml index 5c456b14ac..b46b310817 100644 --- a/functions/mbstring.xml +++ b/functions/mbstring.xml @@ -1,5 +1,5 @@ - + Multi-Byte String Functions Multi-Byte String @@ -1442,7 +1442,8 @@ $str = mb_strimwidth($str, 0, 40, "..>"); from-encoding is specified by character code name before conversion. it can be array or string - comma - separated enumerated list. + separated enumerated list. If it is not specified, the internal + encoding will be used.