Total Complexity | 6 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class Web |
||
10 | { |
||
11 | /** |
||
12 | * WEBSERVICE. |
||
13 | * |
||
14 | * Returns data from a web service on the Internet or Intranet. |
||
15 | * |
||
16 | * Excel Function: |
||
17 | * Webservice(url) |
||
18 | * |
||
19 | * @return string the output resulting from a call to the webservice |
||
20 | */ |
||
21 | public static function WEBSERVICE(string $url) |
||
54 |