getClientIds()
+ +getClientIds(\PDO $pdo) : array<mixed,integer>
+ Get all client ids
+ + +Parameters
+\PDO | +$pdo | +The PDO class for database connection |
+
Throws
+-
+
- \PDOException +
Is something went wrong with the database
+
Returns
+ array<mixed,integer> + —The ids
+ +