Prv8 Shell
Server : Apache
System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64
User : matalashes ( 1004)
PHP Version : 8.1.29
Disable Function : NONE
Directory :  /usr/share/doc/cpanel-php81-date-holidays-0.21.8/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/doc/cpanel-php81-date-holidays-0.21.8/examples/fetchingInstalledDrivers.php
<?php
/**
 * Example how to use a driver to determine holidays
 *
 * PHP Version 5
 *
 * @category Date
 * @package  Date_Holidays
 * @author   Stephan Schmidt <schst@php.net>
 * @license  http://www.php.net/license/3_01.txt PHP License 3.0.1
 * @link     http://pear.php.net/package/Date_Holidays
 */

require_once '../Holidays.php';

echo "Fetching drivers:\n";
$drivers = Date_Holidays::getInstalledDrivers();
print_r($drivers);

echo "\n\nFetching filters:\n";
$filters = Date_Holidays::getInstalledFilters();
print_r($filters);
?>

haha - 2025