Al-HUWAITI Shell
Al-huwaiti


Server : Apache
System : Linux dedi-14684855.grupobig.com 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
User : grupo692 ( 1004)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /usr/share/doc/cpanel-php84-date-holidays/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/doc/cpanel-php84-date-holidays/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);
?>

Al-HUWAITI Shell