File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/chauffeur-booking-system/class/CHBS.GlobalData.class.php
Back
<?php /******************************************************************************/ /******************************************************************************/ class CHBSGlobalData { /**************************************************************************/ static function setGlobalData($name,$functionCallback,$refresh=false) { global $chbsGlobalData; if(isset($chbsGlobalData[$name]) && (!$refresh)) return($chbsGlobalData[$name]); if(is_callable($functionCallback)) $chbsGlobalData[$name]=call_user_func($functionCallback); else $chbsGlobalData[$name]=$functionCallback; return($chbsGlobalData[$name]); } /**************************************************************************/ static function isSetGlobalData($name) { global $chbsGlobalData; return(isset($chbsGlobalData[$name])); } /**************************************************************************/ static function getGlobalData($name) { global $chbsGlobalData; if((is_array($chbsGlobalData)) && (isset($chbsGlobalData[$name]))) return($chbsGlobalData[$name]); return(null); } /**************************************************************************/ } /******************************************************************************/ /******************************************************************************/
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings