返回具有最高值的变量?
我有 3 个变量:$num1、$num2 和 $num3。每个代表表列所具有的行数。
我想找到哪个变量具有最高的变量,因此我可以在 for
循环中使用它(如下所示)
for ( $row = 1; $row <= $HIGHEST_VARIABLE; $row++) {
...
}
这可能已经得到回答,但我无法根据我的搜索找到它
I have 3 variables: $num1, $num2, and $num3. Each represent the number of rows a table column has.
I want to find which variable has the highest variable, so I can use it in a for
loop (shown below)
for ( $row = 1; $row <= $HIGHEST_VARIABLE; $row++) {
...
}
This probably was already answered, but I can't find it based on my searches
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)