Last active
October 24, 2019 16:16
-
-
Save eto4detak/c3a5e8f2acb972d09f0f4918e13db839 to your computer and use it in GitHub Desktop.
php text
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
<?php | |
$f = new NumberFormatter("ru", NumberFormatter::SPELLOUT); | |
echo $f->format(123456); | |
$content = "Статус посылки НП: </br>" | |
."Выдано в месте YYYY </br>" | |
."Ориентировочная доставка до Отделения ЧЧЧЧ dd--mm </br>" | |
."Ждите дополнительное уведомление при прибытии</br>"; | |
echo iconv('CP1251','UTF-8',$options) | |
$sku = 'VK' . '-' . sprintf( "%'.06d\n", $post_id); | |
$sku = preg_replace('/[^A-Za-z0-9\-_]/', '', $sku); | |
sprintf( __( 'You save %d considering these days', 'mydomain' ), $discount ); | |
<span class="price"><?php echo wp_kses_post( $_purchase_note ); ?></span> | |
$(this).html(decodeURI($(this).html())); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment