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 | |
/** | |
* piegriež tekstu līdz noteiktam garumam | |
* | |
* @param string $str - Piegriežamais teksts | |
* @param int $maxLen - Maksimālais garums | |
* @param array $options - papildus opcijas | |
* - string omission => teksts, ko pieliek, ja nogriež (default: '...') | |
* - char separator => pēc kā atdalīt tekstu (default: null) | |
* - bool abbreviate => vai piegrieztais teksts jāievieto iekš <abbr> taga (default: false) |
NewerOlder