Skip to content

Início / Optitravel / System

func_system.inc.php

getClientSystemInfo

getClientSystemInfo($type, $client_name, $company_name = '', $market = '', $environment = '')

(/includes/func_system.inc.php)

Return the client's system information based on the filters provided.

@param    $type               - (DB, HOST, ID, SYSTEM)
@param    $client_name        - Client Name
@param    $company_name       - Company/Agency Name (Sub-division of Client)
@param    $market             - Market (Ex: PT, ES)
@param    $environment        - (DSV, TST, PRO)
@return   $unique_client_info - Array containing the requested information

printDebug

printDebug($array, $description = '', $exit = false, $ip = '')

(/includes/func_system.inc.php)

Print a given string/array inside a PRE.

@param    $array              - Data string/array to be printed
@param    $description        - Description to be printed before the $array
@param    $exit               - Boolean to execute an exit
@param    $ip                 - Print will only be displayed to this IP

(Última atualização: 05/11/2024)