Skip to content

Instantly share code, notes, and snippets.

View alexey-kar's full-sized avatar

Alexey Karchevskii alexey-kar

View GitHub Profile
@bupy7
bupy7 / num2str.php
Created December 14, 2015 08:34
Сумма прописью
<?php
/**
* Возвращает сумму прописью
* @author runcore
* @uses morph(...)
*/
function num2str($num) {
$nul='ноль';
$ten=array(
array('','один','два','три','четыре','пять','шесть','семь', 'восемь','девять'),