File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
Biblioteca de PHP para acceder a la información de una URL.
15
15
16
16
Proporciona 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.
18
18
19
19
Esta biblioteca no formatea la URL proporcionada, sólo facilita el acceso a los componentes.
20
20
Para algo más avanzado puede usar algo como ` league/uri-components ` .
Original file line number Diff line number Diff line change 14
14
PHP library to access URL information.
15
15
16
16
Provides 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.
18
18
19
19
This library does not format the provided URL, it only makes it easier to access the components.
20
20
For something more advanced you can use something like ` league/uri-components ` .
You can’t perform that action at this time.
0 commit comments