ILIAS
Release_5_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
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
(
$a
,
$b
)
Definition at line
2146
of file
ilSCORM13Player.php
.
{
if
(strtotime($a[
'date'
]) == strtotime($b[
'date'
])) {
return
0;
}
return
(strtotime($a[
'date'
]) < strtotime($b[
'date'
])) ? 1 :-1;
}
Modules
Scorm2004
classes
ilSCORM13Player.php
Generated on Wed Apr 27 2016 21:02:20 for ILIAS by
1.8.1.2 (using
Doxyfile
)