PHP 从Lighttpd Log获取方法(GET / POST)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 从Lighttpd Log获取方法(GET / POST)相关的知识,希望对你有一定的参考价值。

	private function getMethod($buffer)
	{
		$methodStart = strpos($buffer, "\"") + 1;
		$methodEnd = strpos($buffer, "\"", $methodStart);
	
		$requestString = 
			substr($buffer, 
				$methodStart, 
				$methodEnd - $methodStart
			);
		
		list($method, $page, $protocol) =
			split(" ", $requestString);
			
		return $method;
	}

以上是关于PHP 从Lighttpd Log获取方法(GET / POST)的主要内容,如果未能解决你的问题,请参考以下文章

用Axios Vue.PHP从mysql获取数据有什么问题?PHP?

手机软件最新KSweb软件!在安卓系统上搭建“php,mysql,lighttpd”环境网站!

从 php 脚本获取响应时出错

php中,post与get获取参数的异同

您可以从 PHP 中的方法中获取方法名称吗?

Lighttpd 403 禁止 PHP 文件