📜  guzzle 登录示例 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:40.730000             🧑  作者: Mango

代码示例1
$post_data = array(
  'title' => 'My work',
  'description' => 'This is a request created using curl',
  'submit' => 'submit',
);
$response = $http_client->post('/create.php', array(), $post_data)->send();