Skip to content

Commit

Permalink
Merge pull request #60 from artyuum/patch-2
Browse files Browse the repository at this point in the history
Closes #53
  • Loading branch information
jenssegers authored Nov 29, 2021
2 parents 6325f24 + 2c9b965 commit dfe3cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The `Hash` object can return the internal binary hash in a couple of different f

```php
echo $hash->toHex(); // 7878787c7c707c3c
echo $hash->toBin(); // 0111100001111000011110000111110001111100011100000111110000111100
echo $hash->toBits(); // 0111100001111000011110000111110001111100011100000111110000111100
echo $hash->toInt(); // 8680820757815655484
echo $hash->toBytes(); // "\x0F\x07ƒƒ\x03\x0F\x07\x00"
```
Expand Down

0 comments on commit dfe3cdc

Please sign in to comment.