Skip to content

Commit

Permalink
memory block must be a fixed size for correct reading from it
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed May 12, 2017
1 parent 732aed8 commit ad34fa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ echo $sh->read(); // print 'foo'
$sh->delete();
```

Memory block must be a fixed size for correct reading from it.

Reading an existing block

```php
Expand Down

0 comments on commit ad34fa1

Please sign in to comment.