mirror of
https://github.com/curl/curl.git
synced 2026-07-23 07:47:14 +03:00
Update comments and wrap in <?php and ?>
This commit is contained in:
parent
13a5e16f35
commit
2d0dbd87c3
1 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#
|
||||
# A very simple example that gets a HTTP page.
|
||||
#
|
||||
<?php
|
||||
//
|
||||
// A very simple example that gets a HTTP page.
|
||||
//
|
||||
|
||||
$ch = curl_init();
|
||||
|
||||
|
|
@ -10,4 +11,4 @@ curl_setopt ($ch, CURLOPT_HEADER, 0);
|
|||
curl_exec ($ch);
|
||||
|
||||
curl_close ($ch);
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue