Help for this page

Select Code to Download


  1. or download this
    # request responses can be written directly to a file 
    $client->setContentFile( "FileName" );
     
    # or call back method
    $client->setContentFile( \&callback_method );