在学PHP的过程中,遇到一些问题,但不是全部都能够顺利得到解决,就在PDO抽象层,采用rowCount();方法出现数据能够正常查询出来的情况下返回结果为0,在网上搜了一天,没有一个具体的说明和解决方案,很多朋友在问,但却没有人回答,因此在这里稍微说说具体
在学PHP的过程中,遇到一些问题,但不是全部都能够顺利得到解决,就在PDO抽象层,采用rowCount();方法出现数据能够正常查询出来的情况下返回结果为0,在网上搜了一天,没有一个具体的说明和解决方案,很多朋友在问,但却没有人回答,因此在这里稍微说说具体的情况及最终的解决方案,不一定每个人都适用,但是希望能给和我遇到同样问题和在学习中纠结的朋友们一点帮助。
情况描述:
条件:采用$_sql = "SELECT id FROM dda_ddq WHERE name='123' LIMIT 1";语句进行查询,能正常打印出查询的结果集。
症状:利用rowCount();方法在本地能够打印出1,但上传到服务器后打印出0;
经过查询网上资料得出问题原因:
本地测试环境:5.0.51a
Mysql 5.0.45, PHP 5.2.5 returned 1在线测试环境:5.1.48
Mysql 5.1.30, PHP 5.1.6 returned 0
看到这里大部分的初级朋友应该明白了为什么本地代码可以正常运行,在线代码就出问题了吧。
解决方法其实非常简单,通过查询PHP5的帮助文档后,采用columnCount();但发现无论有无数据都只返回1值;
最后采用了判断语句的解决方法,勉强能用了,个人感觉应该还有更好的方法,只是我初学还不知道而已;
if($_st->fetchObject()){
return "1";
}else {
return "";
}
稍微优化了一下
return $_st->fetchObject() ? 1 : 0;
因此希望能和在PHP学习中的朋友们多多交流。

php把负数转为正整数的方法:1、使用abs()函数将负数转为正数,使用intval()函数对正数取整,转为正整数,语法“intval(abs($number))”;2、利用“~”位运算符将负数取反加一,语法“~$number + 1”。

实现方法:1、使用“sleep(延迟秒数)”语句,可延迟执行函数若干秒;2、使用“time_nanosleep(延迟秒数,延迟纳秒数)”语句,可延迟执行函数若干秒和纳秒;3、使用“time_sleep_until(time()+7)”语句。

php除以100保留两位小数的方法:1、利用“/”运算符进行除法运算,语法“数值 / 100”;2、使用“number_format(除法结果, 2)”或“sprintf("%.2f",除法结果)”语句进行四舍五入的处理值,并保留两位小数。

php字符串有下标。在PHP中,下标不仅可以应用于数组和对象,还可应用于字符串,利用字符串的下标和中括号“[]”可以访问指定索引位置的字符,并对该字符进行读写,语法“字符串名[下标值]”;字符串的下标值(索引值)只能是整数类型,起始值为0。

判断方法:1、使用“strtotime("年-月-日")”语句将给定的年月日转换为时间戳格式;2、用“date("z",时间戳)+1”语句计算指定时间戳是一年的第几天。date()返回的天数是从0开始计算的,因此真实天数需要在此基础上加1。

在php中,可以使用substr()函数来读取字符串后几个字符,只需要将该函数的第二个参数设置为负值,第三个参数省略即可;语法为“substr(字符串,-n)”,表示读取从字符串结尾处向前数第n个字符开始,直到字符串结尾的全部字符。

方法:1、用“str_replace(" ","其他字符",$str)”语句,可将nbsp符替换为其他字符;2、用“preg_replace("/(\s|\ \;||\xc2\xa0)/","其他字符",$str)”语句。

php判断有没有小数点的方法:1、使用“strpos(数字字符串,'.')”语法,如果返回小数点在字符串中第一次出现的位置,则有小数点;2、使用“strrpos(数字字符串,'.')”语句,如果返回小数点在字符串中最后一次出现的位置,则有。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version
Recommended: Win version, supports code prompts!

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment
