php-doc-en/reference/http/HttpResponse.xml
Michael Wallner 0871421b19 - yehaa, pecl/http docs -- still lotta fill out though
# previous functions moved as discussed


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@216966 c90b9560-bf6c-de11-be94-00142212c4b1
2006-07-24 11:01:55 +00:00

241 lines
9.5 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="http.HttpResponse">
<refnamediv>
<refname>HttpResponse</refname>
<refpurpose>HTTP Response Class</refpurpose>
</refnamediv>
<refsynopsisdiv>
<synopsis>
static class HttpResponse
</synopsis>
</refsynopsisdiv>
<refsect1 role="members" id="http.HttpResponse.members">
<title>Class Members</title>
<refsect2 id="http.HttpResponse.properties">
&reftitle.properties;
<table id="http.HttpResponse.properties.static">
<title>Static Properties</title>
<tgroup cols="4">
<thead>
<row>
<entry>Modifiers</entry>
<entry>Type</entry>
<entry>Name</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>private</entry>
<entry>boolean</entry>
<entry>sent</entry>
</row>
<row>
<entry>private</entry>
<entry>boolean</entry>
<entry>catch</entry>
</row>
<row>
<entry>private</entry>
<entry>integer</entry>
<entry>mode</entry>
</row>
<row>
<entry>private</entry>
<entry>resource</entry>
<entry>stream</entry>
</row>
<row>
<entry>private</entry>
<entry>string</entry>
<entry>file</entry>
</row>
<row>
<entry>private</entry>
<entry>string</entry>
<entry>data</entry>
</row>
<row>
<entry>protected</entry>
<entry>boolean</entry>
<entry>cache</entry>
</row>
<row>
<entry>protected</entry>
<entry>boolean</entry>
<entry>gzip</entry>
</row>
<row>
<entry>protected</entry>
<entry>string</entry>
<entry>eTag</entry>
</row>
<row>
<entry>protected</entry>
<entry>integer</entry>
<entry>lastModified</entry>
</row>
<row>
<entry>protected</entry>
<entry>string</entry>
<entry>cacheControl</entry>
</row>
<row>
<entry>protected</entry>
<entry>string</entry>
<entry>contentType</entry>
</row>
<row>
<entry>protected</entry>
<entry>string</entry>
<entry>contentDisposition</entry>
</row>
<row>
<entry>protected</entry>
<entry>integer</entry>
<entry>bufferSize</entry>
</row>
<row>
<entry>protected</entry>
<entry>double</entry>
<entry>throttleDelay</entry>
</row>
</tbody>
</tgroup>
</table>
</refsect2>
<refsect2 id="http.HttpResponse.constants">
&reftitle.constants;
<table>
<title/>
<tgroup cols="3">
<thead>
<row>
<entry>Type</entry>
<entry>Name</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>integer</entry>
<entry>REDIRECT</entry>
<entry></entry>
</row>
<row>
<entry>integer</entry>
<entry>REDIRECT_PERM</entry>
<entry></entry>
</row>
<row>
<entry>integer</entry>
<entry>REDIRECT_FOUND</entry>
<entry></entry>
</row>
<row>
<entry>integer</entry>
<entry>REDIRECT_POST</entry>
<entry></entry>
</row>
<row>
<entry>integer</entry>
<entry>REDIRECT_PROXY</entry>
<entry></entry>
</row>
<row>
<entry>integer</entry>
<entry>REDIRECT_TEMP</entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
</refsect2> <refsect2 id="http.HttpResponse.methods">
&reftitle.methods;
<simplelist>
<member><link linkend="function.HttpResponse-getBufferSize"><classname>HttpResponse</classname>::<function>getBufferSize</function></link></member>
<member><link linkend="function.HttpResponse-setBufferSize"><classname>HttpResponse</classname>::<function>setBufferSize</function></link></member>
<member><link linkend="function.HttpResponse-getCacheControl"><classname>HttpResponse</classname>::<function>getCacheControl</function></link></member>
<member><link linkend="function.HttpResponse-setCacheControl"><classname>HttpResponse</classname>::<function>setCacheControl</function></link></member>
<member><link linkend="function.HttpResponse-getCache"><classname>HttpResponse</classname>::<function>getCache</function></link></member>
<member><link linkend="function.HttpResponse-setCache"><classname>HttpResponse</classname>::<function>setCache</function></link></member>
<member><link linkend="function.HttpResponse-getContentDisposition"><classname>HttpResponse</classname>::<function>getContentDisposition</function></link></member>
<member><link linkend="function.HttpResponse-setContentDisposition"><classname>HttpResponse</classname>::<function>setContentDisposition</function></link></member>
<member><link linkend="function.HttpResponse-getContentType"><classname>HttpResponse</classname>::<function>getContentType</function></link></member>
<member><link linkend="function.HttpResponse-setContentType"><classname>HttpResponse</classname>::<function>setContentType</function></link></member>
<member><link linkend="function.HttpResponse-getData"><classname>HttpResponse</classname>::<function>getData</function></link></member>
<member><link linkend="function.HttpResponse-setData"><classname>HttpResponse</classname>::<function>setData</function></link></member>
<member><link linkend="function.HttpResponse-getETag"><classname>HttpResponse</classname>::<function>getETag</function></link></member>
<member><link linkend="function.HttpResponse-setETag"><classname>HttpResponse</classname>::<function>setETag</function></link></member>
<member><link linkend="function.HttpResponse-getFile"><classname>HttpResponse</classname>::<function>getFile</function></link></member>
<member><link linkend="function.HttpResponse-setFile"><classname>HttpResponse</classname>::<function>setFile</function></link></member>
<member><link linkend="function.HttpResponse-getGzip"><classname>HttpResponse</classname>::<function>getGzip</function></link></member>
<member><link linkend="function.HttpResponse-setGzip"><classname>HttpResponse</classname>::<function>setGzip</function></link></member>
<member><link linkend="function.HttpResponse-getHeader"><classname>HttpResponse</classname>::<function>getHeader</function></link></member>
<member><link linkend="function.HttpResponse-setHeader"><classname>HttpResponse</classname>::<function>setHeader</function></link></member>
<member><link linkend="function.HttpResponse-getLastModified"><classname>HttpResponse</classname>::<function>getLastModified</function></link></member>
<member><link linkend="function.HttpResponse-setLastModified"><classname>HttpResponse</classname>::<function>setLastModified</function></link></member>
<member><link linkend="function.HttpResponse-getStream"><classname>HttpResponse</classname>::<function>getStream</function></link></member>
<member><link linkend="function.HttpResponse-setStream"><classname>HttpResponse</classname>::<function>setStream</function></link></member>
<member><link linkend="function.HttpResponse-getThrottleDelay"><classname>HttpResponse</classname>::<function>getThrottleDelay</function></link></member>
<member><link linkend="function.HttpResponse-setThrottleDelay"><classname>HttpResponse</classname>::<function>setThrottleDelay</function></link></member>
<member><link linkend="function.HttpResponse-capture"><classname>HttpResponse</classname>::<function>capture</function></link></member>
<member><link linkend="function.HttpResponse-send"><classname>HttpResponse</classname>::<function>send</function></link></member>
<member><link linkend="function.HttpResponse-guessContentType"><classname>HttpResponse</classname>::<function>guessContentType</function></link></member>
</simplelist>
</refsect2>
</refsect1>
</refentry>
&reference.http.HttpResponse.capture;
&reference.http.HttpResponse.getBufferSize;
&reference.http.HttpResponse.getCacheControl;
&reference.http.HttpResponse.getCache;
&reference.http.HttpResponse.getContentDisposition;
&reference.http.HttpResponse.getContentType;
&reference.http.HttpResponse.getData;
&reference.http.HttpResponse.getETag;
&reference.http.HttpResponse.getFile;
&reference.http.HttpResponse.getGzip;
&reference.http.HttpResponse.getHeader;
&reference.http.HttpResponse.getLastModified;
&reference.http.HttpResponse.getStream;
&reference.http.HttpResponse.getThrottleDelay;
&reference.http.HttpResponse.guessContentType;
&reference.http.HttpResponse.send;
&reference.http.HttpResponse.setBufferSize;
&reference.http.HttpResponse.setCacheControl;
&reference.http.HttpResponse.setCache;
&reference.http.HttpResponse.setContentDisposition;
&reference.http.HttpResponse.setContentType;
&reference.http.HttpResponse.setData;
&reference.http.HttpResponse.setETag;
&reference.http.HttpResponse.setFile;
&reference.http.HttpResponse.setGzip;
&reference.http.HttpResponse.setHeader;
&reference.http.HttpResponse.setLastModified;
&reference.http.HttpResponse.setStream;
&reference.http.HttpResponse.setThrottleDelay;
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->