Go to the source code of this file.
◆ PHP_QUERY_RFC1738
Definition at line 49 of file url.h.
◆ PHP_QUERY_RFC3986
Definition at line 50 of file url.h.
◆ PHP_URL_FRAGMENT
Definition at line 47 of file url.h.
◆ PHP_URL_HOST
Definition at line 41 of file url.h.
◆ PHP_URL_PASS
Definition at line 44 of file url.h.
◆ PHP_URL_PATH
Definition at line 45 of file url.h.
◆ PHP_URL_PORT
Definition at line 42 of file url.h.
◆ PHP_URL_QUERY
Definition at line 46 of file url.h.
◆ PHP_URL_SCHEME
Definition at line 40 of file url.h.
◆ PHP_URL_USER
Definition at line 43 of file url.h.
◆ php_url
typedef struct php_url php_url |
◆ php_raw_url_decode()
PHPAPI size_t php_raw_url_decode |
( |
char * | str, |
|
|
size_t | len ) |
◆ php_raw_url_encode()
◆ php_url_decode()
PHPAPI size_t php_url_decode |
( |
char * | str, |
|
|
size_t | len ) |
◆ php_url_encode()
◆ php_url_free()
Definition at line 32 of file url.c.
◆ php_url_parse()
Definition at line 67 of file url.c.
◆ php_url_parse_ex()
PHPAPI php_url * php_url_parse_ex |
( |
char const * | str, |
|
|
size_t | length ) |
Definition at line 84 of file url.c.
◆ php_url_parse_ex2()
PHPAPI php_url * php_url_parse_ex2 |
( |
char const * | str, |
|
|
size_t | length, |
|
|
bool * | has_port ) |
Definition at line 92 of file url.c.