Basename в php
Автор Дмитрий Масука задал вопрос в разделе PHP
Для чего нужен basename в php? Для чего нужен basename в php? Что он делает? Объясните, пожалуйста, простыми словами. и получил лучший ответ
Ответ от Андрей Власов[гуру]
Андрей Власов
(54126)
echo basename('/var/log/ttt.log');
Ответ от Илья Ш[гуру]
The basename() function returns the filename from a path.
Parameter Description
path Required. Specifies the path to check
suffix Optional. Specifies a file extension. If the filename has this file extension, the file extension will not show
The basename() function returns the filename from a path.
Parameter Description
path Required. Specifies the path to check
suffix Optional. Specifies a file extension. If the filename has this file extension, the file extension will not show
Ответ от 3 ответа[гуру]
Привет! Вот подборка тем с ответами на Ваш вопрос: Для чего нужен basename в php? Для чего нужен basename в php? Что он делает? Объясните, пожалуйста, простыми словами.