stavarengo / php-sigep

PHP client library for the Brazilian Post Office Web Service. Integração com Web Service do Correios. Consulta preços e prazos, imprime etiquetas e PLP, etc.
https://phpsigep.stavarengo.me
MIT License
363 stars 249 forks source link

Como acessa os array de retorno dos correios #396

Closed chags closed 4 years ago

chags commented 4 years ago

quero acessar o dado do array para guardar no banco de dados mas não consigo montar o caminho como ficaria essa expressão já tentei também acesso como objeto e da sempre erro, tentei como array e tudo da erro de sintaxe, já misturei as duas coisas. EX: $result - > [0]["valor":protected]=>24.8;

segue pedaço do array de retorno:

array(6) {

  | ["isSoapFault"]=>   | bool(false)   | ["errorCode"]=>   | NULL   | ["errorMsg"]=>   | NULL   | ["result"]=>   | array(27) {   | [0]=>   | object(PhpSigep\Model\CalcPrecoPrazoResposta)#83 (11) {   | ["servico":protected]=>   | object(PhpSigep\Model\ServicoDePostagem)#84 (4) {   | ["codigo":protected]=>   | string(5) "41068"   | ["idServico":protected]=>   | int(109819)   | ["nome":protected]=>   | string(9) "Pac 41068"   | ["_failIfAtributeNotExiste":protected]=>   | bool(true)   | }   | ["valor":protected]=>   | float(0)   | ["prazoEntrega":protected]=>   | int(0)   | ["valorMaoPropria":protected]=>   | float(0)   | ["valorAvisoRecebimento":protected]=>   | float(0)   | ["valorValorDeclarado":protected]=>   | float(0)   | ["entregaDomiciliar":protected]=>   | bool(false)   | ["entregaSabado":protected]=>   | bool(false)   | ["erroCodigo":protected]=>   | int(1)   | ["erroMsg":protected]=>   | string(38) "Código de serviço inválido/inativo."   | ["_failIfAtributeNotExiste":protected]=>   | bool(true)   | }   | [1]=>   | object(PhpSigep\Model\CalcPrecoPrazoResposta)#85 (11) {   | ["servico":protected]=>   | object(PhpSigep\Model\ServicoDePostagem)#86 (4) {   | ["codigo":protected]=>   | string(5) "04510"   | ["idServico":protected]=>   | int(110353)   | ["nome":protected]=>   | string(9) "Pac 04510"   | ["_failIfAtributeNotExiste":protected]=>   | bool(true)   | }   | ["valor":protected]=>   | float(24.8)

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

stale[bot] commented 4 years ago

This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.