\phpWTLDRP

Helper class for data retrieval policy constants

Summary

Methods
Properties
Constants
No public methods found
No public properties found
DRP_CONTENT_LENGTH_RETRIEVAL
DRP_CLR_SCRIPT
DRP_CLR_BUFFER
DRP_CLR_CUSTOM
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

DRP_CONTENT_LENGTH_RETRIEVAL

DRP_CONTENT_LENGTH_RETRIEVAL

Policy for the retrieval of content-length.

DRP_CLR_SCRIPT

DRP_CLR_SCRIPT

Content-length retrieval: Measure the size of the php script (default).

DRP_CLR_BUFFER

DRP_CLR_BUFFER

Content-length retrieval: Measure the size of the php output buffer (approximation).

DRP_CLR_CUSTOM

DRP_CLR_CUSTOM

Content-length retrieval: Measure the size of an individual file. The filename/path is set via the "parameter" attribute of the DataRetrievalPolicy object.