ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Data Structures
|
Functions
ilSCORM13Player.php File Reference
Go to the source code of this file.
Data Structures
class
ilSCORM13Player
Functions
datecmp
($a, $b)
Function Documentation
◆
datecmp()
datecmp
(
$a
,
$b
)
Definition at line
2134
of file
ilSCORM13Player.php
.
2135
{
2136
if
(strtotime($a[
'date'
]) == strtotime($b[
'date'
])) {
2137
return
0;
2138
}
2139
return
(strtotime($a[
'date'
]) < strtotime($b[
'date'
])) ? 1 :-1;
2140
}
Modules
Scorm2004
classes
ilSCORM13Player.php
Generated on Thu Jan 30 2025 19:02:20 for ILIAS by
1.8.13 (using
Doxyfile
)