diff options
author | Andrey Andreev <narf@devilix.net> | 2014-07-07 13:11:26 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-07-07 13:11:26 +0200 |
commit | 6500bc77232657141dbc34aa3c840dd9e205b84f (patch) | |
tree | e2d1c8bc2757e192a832a858aacc3ca6b42e34f2 /user_guide_src/source/general | |
parent | 5b3fe7c4af5e08e17480b911fbfa8cf0ef6475c0 (diff) |
Add a backport (compat) for quoted_printable_encode()
Diffstat (limited to 'user_guide_src/source/general')
-rw-r--r-- | user_guide_src/source/general/compatibility_functions.rst | 11 |
1 files changed, 10 insertions, 1 deletions
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() - <http://php.net/hex2bin>`_.
\ No newline at end of file + <http://php.net/hex2bin>`_. + +.. 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() <http://php.net/quoted_printable_encode>`_.
\ No newline at end of file |