Документация PHP


HttpRequestPool::socketSelect

HttpResponse::capture

HTTP

PHP Manual


The HttpResponse

Class synopsis

HttpResponse

class HttpResponse {

static void capture ( void )

static int getBufferSize ( void )

static bool getCache ( void )

static string getCacheControl ( void )

static string getContentDisposition ( void )

static string getContentType ( void )

static string getData ( void )

static string getETag ( void )

static string getFile ( void )

static bool getGzip ( void )

static mixed getHeader ([ string $name ] )

static int getLastModified ( void )

static string getRequestBody ( void )

static resource getRequestBodyStream ( void )

static array getRequestHeaders ( void )

static resource getStream ( void )

static double getThrottleDelay ( void )

static string guessContentType ( string $magic_file [, int $magic_mode=MAGIC_MIME ] )

static void redirect ([ string $url [, array $params [, bool $session = FALSE [, int $status ]]]] )

static bool send ([ bool $clean_ob = TRUE ] )

static bool setBufferSize ( int $bytes )

static bool setCache ( bool $cache )

static bool setCacheControl ( string $control [, int $max_age = 0 [, bool $must_revalidate = TRUE ]] )

static bool setContentDisposition ( string $filename [, bool $inline = FALSE ] )

static bool setContentType ( string $content_type )

static bool setData ( mixed $data )

static bool setETag ( string $etag )

static bool setFile ( string $file )

static bool setGzip ( bool $gzip )

static bool setHeader ( string $name [, mixed $value [, bool $replace = TRUE ]] )

static bool setLastModified ( int $timestamp )

static bool setStream ( resource $stream )

static bool setThrottleDelay ( float $seconds )

static bool status ( int $status )

}

Class Members

Свойства

Static Properties
Modifiers Type Name Description
protected boolean cache whether caching the response should be attempted
protected boolean gzip whether the sent entity should be gzip'ed on the fly
protected string eTag the generated or custom ETag
protected integer lastModified the generated or custom timestamp of last modification
protected string cacheControl Cache-Control setting
protected string contentType the Content-Type of the sent entity
protected string contentDisposition the Content-Disposition of the sent entity
protected integer bufferSize the chunk buffer size used for throttling
protected double throttleDelay the seconds to delay when throttling

Предопределенные константы

Type Name Description
integer REDIRECT guess applicable redirect method
integer REDIRECT_PERM permanent redirect (301 Moved permanently)
integer REDIRECT_FOUND standard redirect (302 Found)
integer REDIRECT_POST redirect applicable to POST requests (303 See other)
integer REDIRECT_PROXY proxy redirect (305 Use proxy)
integer REDIRECT_TEMP temporary redirect (307 Temporary Redirect)

Содержание


HttpRequestPool::socketSelect

HttpResponse::capture

HTTP

PHP Manual

SAPE все усложнил?

MainLink - простая и прибыльная продажа ссылок!

Последние поступления:

Размещена 10 августа 2020 года

Я по ТВ видел, что через 10 лет мы будем жить лучше, чем в Германии...
Я не понял, что это они с Германией сделать хотят?!

читать далее…

ТехЗадание на Землю

Размещена 14 марта 2018 года

Пpоект Genesis (из коpпоpативной пеpеписки)

читать далее…

Шпаргалка по работе с Vim

Размещена 05 декабря 2017 года

Vim довольно мощный редактор, но работа с ним не всегда наглядна.
Например если нужно отредактировать какой-то файл например при помощи crontab, без знания специфики работы с viv никак.

читать далее…

Ошибка: Error: Cannot find a valid baseurl for repo

Размещена 13 сентабря 2017 года

Если возникает ошибка на centos 5 вида
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/

читать далее…

Linux Optimization

Размещена 30 июля 2012 года

Prelink

читать далее…