X7ROOT File Manager
Current Path:
/usr/share/doc/cpanel-php81-date-holidays-0.21.8/examples
usr
/
share
/
doc
/
cpanel-php81-date-holidays-0.21.8
/
examples
/
📁
..
📄
addingTranslations.php
(2.31 KB)
📄
creating_drivers.php
(3.66 KB)
📄
fetchingInstalledDrivers.php
(536 B)
📄
languagefile-with-properties.xml
(440 B)
📄
usingCompositeDriver.php
(3.91 KB)
📄
usingStandaloneDriver.php
(3.29 KB)
Editing: 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); ?>
Upload File
Create Folder