Created
April 1, 2016 09:09
-
-
Save n0wheremany/574bb2700dfdf52ae7dfdc85b2f2c1ce to your computer and use it in GitHub Desktop.
Как сделать написание названия с заглавной буквы?
This file contains hidden or 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
/* | |
Файл сохранить как /engine/tpl/ucwords.php | |
вставка в шаблон {include file="engine/tpl/uscwords.php?s=[xfvalue_blablalba]"} | |
*/ | |
<? | |
echo ucwords(strtolower($s)); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment