Skip to content

Commit edc219e

Browse files
committed
IHF: Docs minor fixes.
1 parent 102e224 commit edc219e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,9 @@ $now = laravel_db_mysql_now();
9595
9696
#### `laravel_db_mysql_variable()`
9797
98-
Returns value of specified `mysql` variable:
98+
Returns value of specified `mysql` variable, or `false` if variable doesn't exist:
9999
```php
100100
$hostname = laravel_db_mysql_variable('hostname');
101101
102102
// localhost
103103
```
104-
105-
If variable doesn't exist, `false` would be returned.

0 commit comments

Comments
 (0)