bitcoind-php
bitcoind-php copied to clipboard
Body is empty due to missing seek command
The php://temp stream is not read from the beginning without issuing a seek command.
There are some unexpected consequences of this behavior.
For example, calling $response->getBody()->getContents() twice will return null the second time.