예제 #1
0
<?php

echo Phalcon\Text::increment("a");
// "a_1"
echo Phalcon\Text::increment("a_1");
// "a_2"