We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102e224 commit edc219eCopy full SHA for edc219e
README.md
@@ -95,11 +95,9 @@ $now = laravel_db_mysql_now();
95
96
#### `laravel_db_mysql_variable()`
97
98
-Returns value of specified `mysql` variable:
+Returns value of specified `mysql` variable, or `false` if variable doesn't exist:
99
```php
100
$hostname = laravel_db_mysql_variable('hostname');
101
102
// localhost
103
```
104
-
105
-If variable doesn't exist, `false` would be returned.
0 commit comments