From 3d54ba1b9e4219e501019361d49c3fcfc0aafc0b Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Thu, 31 May 2001 11:59:39 +0000 Subject: [PATCH] Add the getbinarypageinvar.php, which shows how to use the CURLOPT_BINARYTRANSFER, added in PHP 4.0.6 along with the CURLOPT_RETURNTRANSFER option. --- php/examples/getbinarypageinvar.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 php/examples/getbinarypageinvar.php diff --git a/php/examples/getbinarypageinvar.php b/php/examples/getbinarypageinvar.php new file mode 100644 index 0000000000..52e542c3db --- /dev/null +++ b/php/examples/getbinarypageinvar.php @@ -0,0 +1,25 @@ +