dolibarr  16.0.5
Functions
phpinfo.php File Reference

Page des infos systeme de php. More...

Go to the source code of this file.

Functions

 getResultColumn ($name, array $activated, array $loaded, array $functions)
 Return a result column with a translated result text. More...
 

Detailed Description

Page des infos systeme de php.

Definition in file phpinfo.php.

Function Documentation

◆ getResultColumn()

getResultColumn (   $name,
array  $activated,
array  $loaded,
array  $functions 
)

Return a result column with a translated result text.

Parameters
string$nameThe name of the PHP extension
array$activatedA list with all activated PHP extensions. Deprecated.
array$loadedA list with all loaded PHP extensions
array$functionsA list with all PHP functions to check
Returns
string

Definition at line 301 of file phpinfo.php.