240 发简信
IP属地:宁夏
  • PHP urlecode urldecode rawurldecode() rawurldecode 区别

    PHP中对于URL进行编码,可以使用 urlencode() 或者 rawurlencode(),二者的区别是前者把空格编码为 '+',而后者把...

  • FastCgi和PHP-fpm之间的关系

    首先,CGI是干嘛的?CGI是为了保证web server传递过来的数据是标准格式的,方便CGI程序的编写者。 web server(比如说ng...