Skip to content

Commit 1b31dc6

Browse files
authored
Update README.md
1 parent c40a05b commit 1b31dc6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ throw new \Exception("Access Forbidden", 1);
9595
@endif
9696
```
9797

98+
Check if a User is a Root User
99+
```php
100+
isRootUser(int user_id) // returns true or false
101+
```
102+
98103
## Changelog
99104

100105
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

0 commit comments

Comments
 (0)