全文検索:
- 35 Laravel Curlの代わりにGuzzleを使う @11_php:02_framework:01_laravel
- ttp\Client; $url = 'https://hoge.hogehoge.com'; $ip = '192.168.10.11'; $port = '25'; $client = new Cl... 'POST', $url, [ 'form_params' => [ 'ip' => $ip, 'port'=> $port], 'verify' => false ] ); echo $response->getStatusCode(); // 200
- 10 Zend Framework
- </body> </html> </code> ===== Webでアクセス ===== http://[IP や VirtualName]/helo/ {{tag>php framework}}