XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Protected Attributes | List of all members
HTTP_Request2_Observer_Download Class Reference
Inheritance diagram for HTTP_Request2_Observer_Download:

Public Member Functions

 __construct ($filename)
 
 update (SplSubject $subject)
 

Protected Attributes

 $filename
 
 $fp
 

Detailed Description

Download a file to disk instead of buffering it in memory.

Source: https://pear.php.net/manual/en/package.http.http-request2.observers.php

Definition at line 8 of file Download.php.

Constructor & Destructor Documentation

HTTP_Request2_Observer_Download::__construct (   $filename)

Definition at line 13 of file Download.php.

Member Function Documentation

HTTP_Request2_Observer_Download::update ( SplSubject  $subject)

Definition at line 18 of file Download.php.

Member Data Documentation

HTTP_Request2_Observer_Download::$filename
protected

Definition at line 10 of file Download.php.

HTTP_Request2_Observer_Download::$fp
protected

Definition at line 11 of file Download.php.


The documentation for this class was generated from the following file: