Advertisement
Guest User

Correio Lixo em Sabonete no PHP - FacchiniBR - 60sec-ignore

a guest
Feb 18th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1. Correio Lixo em Sabonete no PHP - FacchiniBR - Resultados antes do TimeOut de 60 segundos.
  2.  
  3. <?ph
  4. $client = new SoapClient("http://ws.correios.com.br/calculador/CalcPrecoPrazo.asmx?WSDL",array(
  5.     'stream_context'=>stream_context_create(
  6.         array('http'=>
  7.             array(
  8.                 'protocol_version'=>'1.0',
  9.                 'header' => 'Connection: Close'
  10.             )
  11.         )
  12.     )
  13. ));´
  14.  
  15. //o que se quiser fazer. flw.
  16.  
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement