We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e340c commit aef12ebCopy full SHA for aef12eb
README.md
@@ -27,8 +27,8 @@ Method : get()
27
Returns TRUE on success or FALSE on failure.
28
29
## Example of use
30
-$o = new HttpRequest;
31
-$o->setUrl('http://devraph.net/api.php?option=test'); // SETTING URL
32
-$o->setPost(array('login' => 'raph', 'password' => 'demo')); // SETTING REQUEST
33
-$o->setTimeout(15); // SETTING TIMEOUT
34
-$o->post(); // POST
+* $o = new HttpRequest;
+* $o->setUrl('http://devraph.net/api.php?option=test'); // SETTING URL
+* $o->setPost(array('login' => 'raph', 'password' => 'demo')); // SETTING REQUEST
+* $o->setTimeout(15); // SETTING TIMEOUT
+* $o->post(); // POST
0 commit comments