PHP:get_meta_tags()的用法 PHP
get_meta_tags
(PHP 4, PHP 5)
get_meta_tags —
从一个文件中提取所有的 meta 标签 content 属性,返回一个数组
说明
array get_meta_tags
( string $filename
[
PHP:get_headers()的用法 PHP
get_headers
(PHP 5)
get_headers — 取得服务器响应一个 HTTP 请求所发送的所有标头
说明
array get_headers
( string $url
[, int $format = 0
] )
get_headers(
PHP:rawurldecode()的用法 PHP
rawurldecode
(PHP 4, PHP 5)
rawurldecode — 对已编码的 URL 字符串进行解码
说明
string rawurldecode
( string $str
)
返回字符串,此字符串中百分号(%
PHP:rawurlencode()的用法 PHP
rawurlencode (PHP 4, PHP 5)
rawurlencode — 按照 RFC 1738 对 URL 进行编码 说明 string rawurlencode ( string $str ) 根据 »...
PHP:urldecode()的用法 PHP
urldecode (PHP 4, PHP 5)
urldecode — 解码已编码的 URL 字符串 说明 string urldecode ( string $str ) 解码给出的已编码字符串中的任何 %##。 加号(...
PHP:parse_url()的用法 PHP
parse_url (PHP 4, PHP 5)
parse_url — 解析 URL,返回其组成部分 说明 mixed parse_url ( string $url [, int $component = -1 ] ) 本函...
PHP:urlencode()的用法 PHP
urlencode (PHP 4, PHP 5)
urlencode — 编码 URL 字符串 说明 string urlencode ( string $str ) 此函数便于将字符串编码并将其用于 URL 的请求部分,同时它...
PHP:curl_close()的用法 PHP
curl_close
(PHP 4 >= 4.0.2, PHP 5)
curl_close — 关闭一个cURL会话
说明
void curl_close
( resource $ch
)
关闭一个cURL会话并且释放所有资源。cURL句柄c
PHP:curl_error()的用法 PHP
curl_error (PHP 4 = 4.0.3, PHP 5)
curl_error — 返回一个保护当前会话最近一次错误的字符串 说明 string curl_error ( resource $ch ) 返回一条最近一...
PHP:curl_errno()的用法 PHP
curl_errno (PHP 4 = 4.0.3, PHP 5)
curl_errno — 返回最后一次的错误号 说明 int curl_errno ( resource $ch ) 返回最后一次cURL操作的错误号。 参数...