Searched refs:php_raw_url_encode (Results 1 – 2 of 2) sorted by relevance
40 PHPAPI char *php_raw_url_encode(char const *s, int len, int *new_length);
597 PHPAPI char *php_raw_url_encode(char const *s, int len, int *new_length) function641 out_str = php_raw_url_encode(in_str, in_str_len, &out_str_len);
Completed in 6 milliseconds