echo phpversion();
$extensions = get_loaded_extensions(); foreach ($extensions as $extension) { echo $extension . ' ' . phpversion($extension) . '
'; }
Core 7.4.3 bcmath 7.4.3 calendar 7.4.3 ctype 7.4.3 ...It is difficult to determine a specific package library based on the use of these functions alone, as they are built-in PHP functions and do not require any external libraries. However, the use of these functions may suggest a need for PHP version-specific code or for checking the compatibility of certain PHP extensions.