CakeFest 2025 Madrid: The Official CakePHP Conference

Session::listClients

(No version information available, might only be in Git)

Session::listClientsGet client list

Description

public mysql_xdevapi\Session::listClients(): array

Get a list of client connections to the session's MySQL server.

Parameters

This function has no parameters.

Return Values

An array containing the currently logged clients. The array elements are "client_id", "user", "host", and "sql_session".

Examples

Example #1 mysql_xdevapi\Session::listClients() example

<?php
$session
= mysql_xdevapi\getSession("mysqlx://user:password@localhost");

$ids = $session->listClients();

var_dump($ids);
?>

The above example will output something similar to:

array(1) {
  [0]=>
  array(4) {
    ["client_id"]=>
    int(61)
    ["user"]=>
    string(4) "root"
    ["host"]=>
    string(9) "localhost"
    ["sql_session"]=>
    int(72)
  }
}
add a note

User Contributed Notes 1 note

up
0
shaun at shaunfreeman dot co dot uk
5 years ago
As of Version 8.0.17 the Session::listClients() method has not been implemented yet.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant