TwistPHP Documentation

getServerInfo

File path: dist/twist/Core/Helpers/Database.helper.php
Namespace: Twist\Core\Helpers
Extends: Base

getServerInfoGet the version for the connected mySQL server version

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function getServerInfo with the example vars
Twist::Database() -> getServerInfo();