PHP Phpdetectarversión³GD

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Phpdetectarversión³GD相关的知识,希望对你有一定的参考价值。

function getVersionGD() {
		$gd = array();
		$GDfuncList = get_extension_funcs('gd');
		ob_start();
		@phpinfo(INFO_MODULES);
		$output=ob_get_contents();
		ob_end_clean();
		$matches[1]='';
		if (preg_match("/GD Version[ \t]*(<[^>]+>[ \t]*)+([^<>]+)/s",$output,$matches)) {
			$gdversion = $matches[2];
		}
		if ($GDfuncList) {
		 if (in_array('imagegd2', $GDfuncList)) {
			$gd['gd2'] = $gdversion;
		 } else {
			$gd['gd1'] = $gdversion;
		 }
		}
		return $gd;
	}

以上是关于PHP Phpdetectarversión³GD的主要内容,如果未能解决你的问题,请参考以下文章

php Cambiarladirecciónurldelbotónvolverla tienda

php CódigoJSen functions.php

php Aumentarmemoória做WordPress

php Definiciónderutas

php Botónpublicar粘性

php Eliminarversióndewordpress