PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<odbc_tablesbase64_decode>
Last updated: Mon, 16 Jul 2012

CXXXVII. URL 函数库

简介

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

需求

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

安装

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

运行时配置

本扩展模块在 php.ini 中未定义任何设置指令。

资源类型

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

预定义常量

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

目录
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 字符串



<odbc_tablesbase64_decode>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST