FOSSology  3.2.0rc1
Open Source License Compliance by Open Source Software
CurlRequestService.php
Go to the documentation of this file.
1 <?php
2 /*
3 This program is free software; you can redistribute it and/or
4 modify it under the terms of the GNU General Public License
5 version 2 as published by the Free Software Foundation.
6 
7 This program is distributed in the hope that it will be useful,
8 but WITHOUT ANY WARRANTY; without even the implied warranty of
9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 GNU General Public License for more details.
11 
12 You should have received a copy of the GNU General Public License along
13 with this program; if not, write to the Free Software Foundation, Inc.,
14 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15 */
16 
18 
29 {
35  public function create($url)
36  {
37  return new CurlRequest($url);
38  }
39 }
Utility functions for specific applications.