Авторизация
 Регистрация   Войти   Забыли пароль? 

function del_last_br() PHP-функция удаляет последний перенос строки в строке (если он есть)

Обновлённый PHP-Fusion Bogatyr / Free CMS PHP-Fusion 7 Bogatyr / PHP-functions for text / function del_last_br() PHP-функция удаляет последний перенос строки в строке (если он есть)


 Russian

function del_last_br() PHP-function removes the last line break in the line (if it exists)

Обновлённый PHP-Fusion Bogatyr / Free CMS PHP-Fusion 7 Bogatyr / PHP-functions for text / function del_last_br() PHP-function removes the last line break in the line (if it exists)


 English

PHP

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 20

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\mail_bbcode_include.php on line 21

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in F:\OpenServer\domains\php-fusion.vveb.ws\includes\bbcodes\search_bbcode_include.php on line 39
PHP
  1. <?php
  2. // RU: RU функция удаляет последний перенос строки в строке (если он есть)
  3. // EN: function removes the last line break in the line (if it exists)
  4. function del_last_br($text="") {
  5. $br="
  6. ";
  7.     if (substr( $text, (strlen($text)-strlen($br)), strlen($text) ) == $br)
  8.         $text = substr($text, 0, (strlen($text)-strlen($br)) );
  9.     return $text;
  10. }
  11. ?>
Добавить комментарий

Добавить комментарий
Пожалуйста, залогиньтесь для добавления комментария.
Рейтинги
HTML-code and BB-code for blogs and forums

<a href="https://php-fusion.vveb.ws/php-fusion.php?id=37">function del_last_br() PHP-функция удаляет последний перенос строки в строке (если он есть)</a>


[url=https://php-fusion.vveb.ws/php-fusion.php?id=37]function del_last_br() PHP-функция удаляет последний перенос строки в строке (если он есть)[/url]

Language: Default
 
Код для PHP-Fusion