C# Класс Pchp.Core.Utilities.FileSystemUtils

File system utilities.
Показать файл Открыть проект

Открытые методы

Метод Описание
StripPassword ( string url ) : string

Returns the given URL without the username/password information.

Removes the text between the last "://" and the following '@'. Does not check the URL for validity. Works for php://filter paths too.

Описание методов

StripPassword() публичный статический Метод

Returns the given URL without the username/password information.
Removes the text between the last "://" and the following '@'. Does not check the URL for validity. Works for php://filter paths too.
public static StripPassword ( string url ) : string
url string The URL to modify.
Результат string