Search the docs
v1 (stable)
/
Methods
The info method returns information about the authenticated user in the SurrealDB PHP SDK.
This method returns the authenticated record user.
$db->info()
$user = $db->info();
Was this page helpful?
Previous
import
Next
insertRelation