File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414Biblioteca de PHP para acceder a la información de una URL.
1515
1616Proporciona un reemplazo mejorado para el acceso a los componentes de una URL que ofrecen las
17- funciones parse_url y pathinfo de PHP.
17+ funciones ` parse_url ` y ` pathinfo ` de PHP.
1818
1919Esta biblioteca no formatea la URL proporcionada, sólo facilita el acceso a los componentes.
2020Para algo más avanzado puede usar algo como ` league/uri-components ` .
Original file line number Diff line number Diff line change 1414PHP library to access URL information.
1515
1616Provides an improved replacement for the access to the components of a URL offered by PHP's
17- parse_url and pathinfo functions.
17+ ` parse_url ` and ` pathinfo ` functions.
1818
1919This library does not format the provided URL, it only makes it easier to access the components.
2020For something more advanced you can use something like ` league/uri-components ` .
You can’t perform that action at this time.
0 commit comments