Maison  >  Article  >  développement back-end  >  PHP 封装的函数使用不正常,总是提示参数问题

PHP 封装的函数使用不正常,总是提示参数问题

WBOY
WBOYoriginal
2016-12-01 00:25:561135parcourir

PHP 封装的函数使用不正常,总是提示参数问题

PHP 封装的函数使用不正常,总是提示参数问题

PHP 封装的函数使用不正常,总是提示参数问题

错误的意思是 我167的mysqli的 第一个参数不对吗? 还是哪里有问题呢····不是很明白

回复内容:

PHP 封装的函数使用不正常,总是提示参数问题

PHP 封装的函数使用不正常,总是提示参数问题

PHP 封装的函数使用不正常,总是提示参数问题

错误的意思是 我167的mysqli的 第一个参数不对吗? 还是哪里有问题呢····不是很明白

<code class="php">$link=connect2();
var_dump($link);</code>

看看你这个link到底是不是mysqli的实例,即是不是类似

<code>function connect2(){
    return new mysqli("localhost", "xxx", "xxx", "xxx_db");
}</code>

http://php.net/manual/zh/mysq...

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn