Browse Source

- WS fix.

PHP-5.1
Moriyoshi Koizumi 22 years ago
parent
commit
3093ceb3da
  1. 1
      ext/mbstring/mbstring.c

1
ext/mbstring/mbstring.c

@ -2283,7 +2283,6 @@ PHP_FUNCTION(mb_list_encodings)
}
/* }}} */
/* {{{ proto string mb_encode_mimeheader(string str [, string charset [, string transfer-encoding [, string linefeed]]])
Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?= */
PHP_FUNCTION(mb_encode_mimeheader)

Loading…
Cancel
Save