From 13cb0ca0f0884639a666a219b8c2c45cb6f46d3a Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Tue, 30 Jul 2002 09:25:35 +0000 Subject: [PATCH] make RFC's as link git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90388 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/url/functions/base64-decode.xml | 8 ++++---- reference/url/functions/base64-encode.xml | 4 ++-- reference/url/functions/rawurlencode.xml | 11 ++++++----- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/reference/url/functions/base64-decode.xml b/reference/url/functions/base64-decode.xml index 4fbe1a0db7..04b40dc792 100644 --- a/reference/url/functions/base64-decode.xml +++ b/reference/url/functions/base64-decode.xml @@ -1,5 +1,5 @@ - + @@ -15,11 +15,11 @@ base64_decode decodes encoded_data and returns the original - data. The returned data may be binary. + data. The returned data may be binary. - See also: base64_encode, RFC2045 section - 6.8. + See also: base64_encode, + RFC 2045 section 6.8. diff --git a/reference/url/functions/base64-encode.xml b/reference/url/functions/base64-encode.xml index 8a99d30936..f2f3f65c36 100644 --- a/reference/url/functions/base64-encode.xml +++ b/reference/url/functions/base64-encode.xml @@ -1,5 +1,5 @@ - + @@ -25,7 +25,7 @@ See also: base64_decode, chunk_split, - RFC2045 section 6.8. + RFC 2045 section 6.8. diff --git a/reference/url/functions/rawurlencode.xml b/reference/url/functions/rawurlencode.xml index 2e8382aeee..1b4c7b8052 100644 --- a/reference/url/functions/rawurlencode.xml +++ b/reference/url/functions/rawurlencode.xml @@ -1,10 +1,10 @@ - + rawurlencode - URL-encode according to RFC1738 + URL-encode according to RFC 1738 Description @@ -16,10 +16,10 @@ Returns a string in which all non-alphanumeric characters except -_. have been replaced with a percent (%) sign followed by two hex digits. This is - the encoding described in RFC1738 for protecting literal + the encoding described in RFC 1738 for protecting literal characters from being interpreted as special URL delimiters, and for protecting URL's from being mangled by transmission media - with character conversions (like some email systems). For + with character conversions (like some email systems). For example, if you want to include a password in an FTP URL: @@ -46,7 +46,8 @@ echo 'RFC 1738