This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @author Oleg Isaev (PandCar) | |
* @contacts vk.com/id50416641, t.me/pandcar, github.com/pandcar | |
*/ | |
$arr = [ | |
[ | |
'key' => 3, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Автор Олег Исаев | |
* ВКонтакте: vk.com/id50416641 | |
* Skype: pandcar97 | |
*/ | |
(function() { | |
var month_list = ['января','февраля','марта','апреля','мая','июня','июля','августа','сентября','октября','ноября','декабря']; | |
var cases = [2, 0, 1, 1, 1, 2]; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ioup |