HTTP_Download::setData

HTTP_Download::setData()

HTTP_Download::setData() -- Set raw data

Description

Set $data to null if you want to unset.

Otherwise you can send any arbitrary data ie. from a database BLOB.

Parameter

  • mixed [$data = null] - any arbietrary data as string to send or null to unset

Note

This function can not be called statically.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.