timacdonald
timacdonald

Tim MacDonald

@timacdonald

Big fan of doggos and brunch ☀️ Hypermedia link and form enthusiast 🕸️ Core developer at @laravelphp 🐘
2 Posts 239 Views
  • No matching results...
  • Searching...

/ 255

Poll Options

The other day I learnt that PHP has the ability to incrementally hash a stream of data.

`hash_update_stream` for working with an actual resource.

`hash_update` if you have access to the data (string) and not the resource.

image

141