PHP 클래스 Http, thinksns

파일 보기 프로젝트 열기: medz/thinksns-4 1 사용 예제들

공개 메소드들

메소드 설명
curl_download ( string $remote, string $local ) : mixed +---------------------------------------------------------- 采集远程文件 +---------------------------------------------------------- +----------------------------------------------------------
download ( string $filename, string $showname = '', string $content = '', integer $expire = 180 ) +---------------------------------------------------------- 下载文件 可以指定下载显示的文件名,并自动发送相应的Header信息 如果指定了content参数,则下载该参数的内容 +----------------------------------------------------------
get_header_info ( $header = '', $echo = true ) : string +---------------------------------------------------------- 显示HTTP Header 信息 +----------------------------------------------------------
send_http_status ( $code ) HTTP Protocol defined status codes

메소드 상세

curl_download() 공개 정적인 메소드

+---------------------------------------------------------- 采集远程文件 +---------------------------------------------------------- +----------------------------------------------------------
public static curl_download ( string $remote, string $local ) : mixed
$remote string 远程文件名
$local string 本地保存文件名 +----------------------------------------------------------
리턴 mixed +----------------------------------------------------------

download() 공개 정적인 메소드

+---------------------------------------------------------- 下载文件 可以指定下载显示的文件名,并自动发送相应的Header信息 如果指定了content参数,则下载该参数的内容 +----------------------------------------------------------
public static download ( string $filename, string $showname = '', string $content = '', integer $expire = 180 )
$filename string 下载文件名
$showname string 下载显示的文件名
$content string 下载的内容
$expire integer 下载内容浏览器缓存时间 +---------------------------------------------------------- +----------------------------------------------------------

get_header_info() 공개 정적인 메소드

+---------------------------------------------------------- 显示HTTP Header 信息 +----------------------------------------------------------
public static get_header_info ( $header = '', $echo = true ) : string
리턴 string +----------------------------------------------------------

send_http_status() 공개 정적인 메소드

HTTP Protocol defined status codes
public static send_http_status ( $code )