超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<token_namebase64_decode>
Last updated: Fri, 22 Jun 2007

CXVIII. URL 函数库

简介

处理 URL 字符串:编码、解码与解析。

需求

无需外部库文件就可以加入本扩展模块的支持。

安装

这些函数作为 PHP 核心的一部分,无需被安装即可使用。

运行时配置

该扩展模块未定义任何设置指令。

资源类型

该扩展模块未定义任何资源类型。

预定义常量

该扩展模块未定义任何常量。

目录
base64_decode -- 对使用 MIME base64 编码的数据进行解码
base64_encode -- 使用 MIME base64 对数据进行编码
get_headers --  Fetches all the headers sent by the server in response to a HTTP request
get_meta_tags --  从一个文件中提取所有的 meta 标签 content 属性,返回一个数组
http_build_query -- 生成 url-encoded 之后的请求字符串
parse_url -- 解析 URL,返回其组成部分
rawurldecode -- 对已编码的 URL 字符串进行解码
rawurlencode -- 按照 RFC 1738 对 URL 进行编码
urldecode -- 解码已编码的 URL 字符串
urlencode -- 编码 URL 字符串



add a note add a note User Contributed Notes
URL 函数库
tumor at kkt dot bme dot hu
02-Apr-2000 02:18
To check if a URL is valid, try to fopen() it. If fopen() results an error (returns false), then PHP cannot open the URL you asked. This is usually because it is not valid...

<token_namebase64_decode>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22