[code] static public function timeIntervals($start_time, $end_time, $interval)... Read More »
[code] <select id="timezone" name="timezone"> <?php $timezone_identifiers = DateTimeZone::listIdentifiers();... Read More »
[code] class Emergency { const Fire = 0; const Flood = 1; ... Read More »
[code] if($_FILES['logo']['name']!='') { ... Read More »
[code] if(!empty($_FILES)){ $img ... Read More »
[code] add_filter('upload_dir', 'my_upload_dir');$upload = wp_upload_dir();remove_filte... Read More »
[code] function to_ascii($string){ $ascii_string = ''; ... Read More »
[code] function object_to_array($object){ $new=NULL; if(... Read More »
[code] <ol id="commentlist"><?php foreach ($comments as $comment) : ?> ... Read More »
[code] <?php $lfb = LibraryFileBlockController::getFile($cobj->getAttribute('thum... Read More »