From 6500bc77232657141dbc34aa3c840dd9e205b84f Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 7 Jul 2014 14:11:26 +0300 Subject: Add a backport (compat) for quoted_printable_encode() --- user_guide_src/source/general/compatibility_functions.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'user_guide_src/source/general/compatibility_functions.rst') diff --git a/user_guide_src/source/general/compatibility_functions.rst b/user_guide_src/source/general/compatibility_functions.rst index 0dc87804b..aee9b1ef0 100644 --- a/user_guide_src/source/general/compatibility_functions.rst +++ b/user_guide_src/source/general/compatibility_functions.rst @@ -252,4 +252,13 @@ Function reference :rtype: string For more information, please refer to the `PHP manual for hex2bin() - `_. \ No newline at end of file + `_. + +.. function:: quoted_printable_encode($str) + + :param string $str: Input string + :returns: 8bit-encoded string + :rtype: string + + For more information, please refer to the `PHP manual for + quoted_printable_encode() `_. \ No newline at end of file -- cgit v1.2.3-24-g4f1b