ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
2091
of file
ilSCORM13Player.php
.
2092
{
2093
if
(strtotime($a[
'date'
]) == strtotime($b[
'date'
])) {
2094
return
0;
2095
}
2096
return
(strtotime($a[
'date'
]) < strtotime($b[
'date'
])) ? 1 :-1;
2097
}
Modules
Scorm2004
classes
ilSCORM13Player.php
Generated on Tue Jan 28 2025 19:01:53 for ILIAS by
1.8.13 (using
Doxyfile
)