mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add format_seconds function
This commit is contained in:
@@ -839,6 +839,11 @@
|
||||
return sprintf('%02d:%02d:%02d', $hours, $minutes, $seconds);
|
||||
}
|
||||
|
||||
//format seconds
|
||||
function format_seconds($seconds) {
|
||||
return gmdate("H:i:s", $seconds);
|
||||
}
|
||||
|
||||
//browser detection without browscap.ini dependency
|
||||
function http_user_agent($info = '') {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user