v0.1.3 2024-06-25 07:46 UTC

This package is auto-updated.

Last update: 2024-06-25 07:47:36 UTC


README

curl

<?php


require __DIR__ . '/vendor/autoload.php';


$r = LiteView\Curl\Lite::request()->get('https://songcj.com/server_info.php');
var_dump($r);

$r = LiteView\Curl\Lite::request()->post('https://songcj.com/server_info.php',[]);
var_dump($r);