Skip to content

Commit

Permalink
IHF: Docs minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Jun 23, 2016
1 parent 102e224 commit edc219e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,9 @@ $now = laravel_db_mysql_now();
#### `laravel_db_mysql_variable()`
Returns value of specified `mysql` variable:
Returns value of specified `mysql` variable, or `false` if variable doesn't exist:
```php
$hostname = laravel_db_mysql_variable('hostname');
// localhost
```
If variable doesn't exist, `false` would be returned.

0 comments on commit edc219e

Please sign in to comment.