15 lines
251 B
PHP
15 lines
251 B
PHP
<?php
|
|
|
|
return
|
|
[
|
|
'number' => 89,
|
|
'date' => '2015-12-25',
|
|
'title' => 'Roman numerals',
|
|
'abbreviated' => true,
|
|
'steps' => 569231,
|
|
'time' => 78,
|
|
'width' => 73,
|
|
'height' => 1009,
|
|
'value' => 743,
|
|
];
|