Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jhayann/simple-php
Browse files Browse the repository at this point in the history
  • Loading branch information
yourjhay committed Aug 4, 2019
2 parents adb20a1 + 01d322a commit d51fb32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,11 @@ Then you can use is as:
$decrypted = SimplyDecrypt::decrypt($ciphertext);
```


## DUMPING VARIABLES
in replace of var_dump, use *dump* instead.
```php
dump($var)
```
## Documentation will be updated soon...


Expand Down

0 comments on commit d51fb32

Please sign in to comment.