gpt4 book ai didi

php - 如何调用这个php函数

转载 作者:行者123 更新时间:2023-11-29 13:42:30 25 4
gpt4 key购买 nike

// Gets a single row from $from where $where is true    
function Select($from, $where='', $orderBy='', $limit='', $like=false, $operand='AND',$cols='*'){
<小时/>
Let's say I created the object  - 
$oMySQL = new MySQL();

$oMySQL->Select();

如果我正在执行此查询- SELECT * FROM users where email='$email'"

我可以插入和所有其他 - 但我很困惑如何制作 select();

感谢您的帮助。

最佳答案

由于我不知道 Select 函数是如何实现的,所以我会假设如下:

$oMySQL->Select('users', "email='$email'");

关于php - 如何调用这个php函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17899745/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com