ホームページ >バックエンド開発 >PHPチュートリアル >请问一个异常Warning: rawurlencode() expects parameter 1 to be string, array given
请教一个错误Warning: rawurlencode() expects parameter 1 to be string, array given
Warning: rawurlencode() expects parameter 1 to be string, array given
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->$normalized = array(); foreach($params as $key => $val) { $normalized[] = $key."=".rawurlencode($val); }