From 24dcb2a1babd334ef5941a71e6112d45384f03a3 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sat, 3 Feb 2007 01:10:26 +0000 Subject: [PATCH] WS, prepare for new doc style git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228799 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/url/functions/base64-decode.xml | 4 ++-- reference/url/functions/base64-encode.xml | 4 ++-- reference/url/functions/get-headers.xml | 4 ++-- reference/url/functions/get-meta-tags.xml | 4 ++-- reference/url/functions/http-build-query.xml | 4 ++-- reference/url/functions/parse-url.xml | 3 +-- reference/url/functions/rawurldecode.xml | 4 ++-- reference/url/functions/rawurlencode.xml | 4 ++-- reference/url/functions/urldecode.xml | 4 ++-- reference/url/functions/urlencode.xml | 4 ++-- 10 files changed, 19 insertions(+), 20 deletions(-) diff --git a/reference/url/functions/base64-decode.xml b/reference/url/functions/base64-decode.xml index a01270ee9a..13fb13d5b4 100644 --- a/reference/url/functions/base64-decode.xml +++ b/reference/url/functions/base64-decode.xml @@ -1,11 +1,11 @@ - + base64_decode Decodes data encoded with MIME base64 - + Description diff --git a/reference/url/functions/base64-encode.xml b/reference/url/functions/base64-encode.xml index ad7daa135a..796c27377b 100644 --- a/reference/url/functions/base64-encode.xml +++ b/reference/url/functions/base64-encode.xml @@ -1,11 +1,11 @@ - + base64_encode Encodes data with MIME base64 - + Description diff --git a/reference/url/functions/get-headers.xml b/reference/url/functions/get-headers.xml index f1d470ff78..f0212c2f19 100644 --- a/reference/url/functions/get-headers.xml +++ b/reference/url/functions/get-headers.xml @@ -1,11 +1,11 @@ - + get_headers Fetches all the headers sent by the server in response to a HTTP request - + Description diff --git a/reference/url/functions/get-meta-tags.xml b/reference/url/functions/get-meta-tags.xml index dd089337f8..885229a1f7 100755 --- a/reference/url/functions/get-meta-tags.xml +++ b/reference/url/functions/get-meta-tags.xml @@ -1,11 +1,11 @@ - + get_meta_tags Extracts all meta tag content attributes from a file and returns an array - + Description diff --git a/reference/url/functions/http-build-query.xml b/reference/url/functions/http-build-query.xml index 9484be479b..9e2c3a2946 100644 --- a/reference/url/functions/http-build-query.xml +++ b/reference/url/functions/http-build-query.xml @@ -1,11 +1,11 @@ - + http_build_query Generate URL-encoded query string - + Description diff --git a/reference/url/functions/parse-url.xml b/reference/url/functions/parse-url.xml index 53c854624a..f63d51a75a 100644 --- a/reference/url/functions/parse-url.xml +++ b/reference/url/functions/parse-url.xml @@ -1,6 +1,5 @@ - - + parse_url diff --git a/reference/url/functions/rawurldecode.xml b/reference/url/functions/rawurldecode.xml index 316a057762..9c9929fed7 100644 --- a/reference/url/functions/rawurldecode.xml +++ b/reference/url/functions/rawurldecode.xml @@ -1,11 +1,11 @@ - + rawurldecode Decode URL-encoded strings - + Description diff --git a/reference/url/functions/rawurlencode.xml b/reference/url/functions/rawurlencode.xml index 193d00c530..e493be265d 100644 --- a/reference/url/functions/rawurlencode.xml +++ b/reference/url/functions/rawurlencode.xml @@ -1,11 +1,11 @@ - + rawurlencode URL-encode according to RFC 1738 - + Description diff --git a/reference/url/functions/urldecode.xml b/reference/url/functions/urldecode.xml index 4e626e3cdb..a4dca44a37 100644 --- a/reference/url/functions/urldecode.xml +++ b/reference/url/functions/urldecode.xml @@ -1,11 +1,11 @@ - + urldecode Decodes URL-encoded string - + Description diff --git a/reference/url/functions/urlencode.xml b/reference/url/functions/urlencode.xml index f19e96719d..08f2f3aac8 100644 --- a/reference/url/functions/urlencode.xml +++ b/reference/url/functions/urlencode.xml @@ -1,11 +1,11 @@ - + urlencode URL-encodes string - + Description