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
<?php
// This function defines the name and the file extension (eg 'puh.jpg'),
// Returns an array with two values:
// First - the name ("puh"),
// The second - the file extension (".jpg").
// Does not take into account the path of the file.
// function Strtolower() works only with English file names. Without Russian letters.
// Функция определяет имя и расширение файла (например 'puh.jpg'),
// возвращая массив из 2 значений:
// первое - название ("puh"),
// второе - расширение файла (".jpg").
// Никак не учитывает путь к файлу.
// Функция strtolower() работают только с английскими именами файлов. Без русских букв.