#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>
#include "php.h"
#include "url.h"
#include "file.h"
Go to the source code of this file.
◆ PHP_FUNCTION() [1/6]
◆ PHP_FUNCTION() [2/6]
◆ PHP_FUNCTION() [3/6]
◆ PHP_FUNCTION() [4/6]
◆ PHP_FUNCTION() [5/6]
◆ PHP_FUNCTION() [6/6]
◆ 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.