PHPDocs for cache, Format
This commit is contained in:
@ -47,6 +47,7 @@ class Format
|
||||
* @param mixed $int
|
||||
* @param bool $currency - показывать валюту
|
||||
* @param bool $show_decimals - показывать или нет дробную часть
|
||||
* @return string
|
||||
*/
|
||||
static public function int2money($int = 0, $currency = false, $show_decimals = true)
|
||||
{
|
||||
@ -169,7 +170,7 @@ class Format
|
||||
* Преобразует дату в таймстамп.
|
||||
*
|
||||
* @param mixed $time
|
||||
* @return TimeFormat
|
||||
* @return int|bool
|
||||
*/
|
||||
static public function date2int($time)
|
||||
{
|
||||
|
Reference in New Issue
Block a user