Skip to content

Instantly share code, notes, and snippets.

View AlexSemenov's full-sized avatar

semenov.ru.net AlexSemenov

View GitHub Profile
/**
* Генерация рандомной строки заданного размера от 4 до 10
* @param length
* @returns {string}
*/
export let randStr = (length = 4) => {
if (length < 4 && length > 10) {
length = 5;
}
<?php if ( !empty($array) ): ?>
<?php $i=0; ?>
<div class="row">
<?php foreach ( $array as $item): ?>
<div class="col-m*-3 col-s*-6">
<p><content</p>
</div>
<?php $i++; ?>