Введение
PHP Manual
PHP Manual»URI»Uri\UriComparisonMode

Перечисление Uri\UriComparisonMode

(PHP 8 >= 8.5.0)

namespace Uri;
enum UriComparisonMode
{
case IncludeFragment ; //Компонент fragment учитывается при сравнении.

case ExcludeFragment ; //Компонент fragment не учитывается при сравнении.

}
To Top