Skip to content

getCredentials()

Adam Vlček edited this page Apr 12, 2025 · 1 revision

Schema:

if successfull

[
    'db_host' => string $db_host,
    'db_user' => string $db_user,
    'db_pass' => string $db_pass,
    'db_name' => string $db_name
]

if failed

['error' => string $msg];

Clone this wiki locally