# 杂项函数
1. [xn\_strlen()](xn_strlen.html)
2. [xn\_substr()](xn_substr.html)
3. [xn\_urlencode()](xn_urlencode.html)
4. [xn\_urldecode()](xn_urldecode.html)
5. [xn\_json\_encode()](xn_json_encode.html)
6. [xn\_json\_decode()](xn_json_decode.html)
7. [xn\_encrypt()](xn_encrypt.html)
8. [xn\_decrypt()](xn_decrypt.html)
9. [xn\_message()](xn_message.html)
10. [xn\_error()](xn_error.html)
11. [xn\_log()](xn_log.html)
12. [xn\_txt\_to\_html()](xn_txt_to_html.html)
13. [xn\_rand()](xn_rand.html)
14. [xn\_is\_writable()](xn_is_writable.html)
15. [humandate()](humandate.html)
16. [humannumber()](humannumber.html)
17. [humansize()](humansize.html)
18. [param()](param.html)
19. [lang()](lang.html)
20. [url()](url.html)
21. [pagination()](pagination.html)
22. [is\_robot()](is_robot.html)
23. [http\_get()](http_get.html)
24. [http\_post()](http_post.html)
25. [https\_get()](https_get.html)
26. [https\_post()](https_post.html)
27. [http\_multi\_get()](http_multi_get.html)
28. [file\_replace\_var()](file_replace_var.html)
29. [file\_get\_contents\_try()](file_get_contents_try.html)
30. [file\_put\_contents\_try()](file_put_contents_try.html)
31. [in\_string()](in_string.html)
32. [file\_ext()](file_ext.html)
33. [file\_pre()](file_pre.html)
34. [file\_name()](file_name.html)
35. [http\_url\_path()](http_url_path.html)
36. [glob\_recursive()](glob_recursive.html)
37. [rmdir\_recusive()](rmdir_recusive.html)
38. [copy\_recusive()](copy_recusive.html)
39. [\_GET() \_POST() \_COOKIE() ...](GPCR.html)
- XiunoPHP 入门
- 什么是 XiunoPHP?
- 关于 URL 格式
- 编码规范
- 全局变量
- $starttime
- $time
- $conf
- $ip
- $longip
- $ajax
- $method
- $db
- $cache
- $errno
- $errstr
- 数据库函数
- DB 配置
- db_insert()
- db_create()
- db_replace()
- db_update()
- db_delete()
- db_find_one()
- db_find()
- db_count()
- db_maxid()
- db_connect()
- db_truncate()
- db_sql_find()
- db_sql_find_one()
- db_exec()
- db_new()
- db_close()
- 缓存函数
- CACHE 配置
- cache_set()
- cache_get()
- cache_delete()
- cache_truncate()
- cache_new()
- 数组增强
- array_value()
- array_filter_empty()
- array_addslashes()
- array_stripslashes()
- array_htmlspecialchars()
- array_trim()
- array_diff_value()
- array_assoc_slice()
- arrlist_multisort()
- arrlist_cond_orderby()
- arrlist_key_values()
- arrlist_values()
- arrlist_change_key()
- arrlist_chunk()
- 杂项函数
- xn_strlen()
- xn_substr()
- xn_urlencode()
- xn_urldecode()
- xn_json_encode()
- xn_json_decode()
- xn_encrypt()
- xn_decrypt()
- xn_message()
- xn_error()
- xn_log()
- xn_txt_to_html()
- xn_rand()
- xn_is_writable()
- humandate()
- humannumber()
- humansize()
- param()
- lang()
- url()
- pagination()
- is_robot()
- http_get()
- http_post()
- https_get()
- https_post()
- http_multi_get()
- file_replace_var()
- file_get_contents_try()
- file_put_contents_try()
- in_string()
- file_ext()
- file_pre()
- file_name()
- http_url_path()
- glob_recursive()
- rmdir_recusive()
- copy_recusive()
- _GET() _POST() _COOKIE() ...