第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

為什么中間加判斷語(yǔ)句的時(shí)候會(huì)輸出意想不到的輸出?

為什么中間加判斷語(yǔ)句的時(shí)候會(huì)輸出意想不到的輸出?

PHP
拉風(fēng)的咖菲貓 2023-03-20 17:13:00
test1.txt文件內(nèi)容如下:this is my first day come in island.this is my first day come in island.this is my first day come in island.this is my first day come in island.我的PHP文件——filesystem.php文件內(nèi)容如下:$file = fopen("test1.txt","r");echo "<br>";while(!feof($file)){ echo fgetc($file); if(fgetc($file)==""){ echo "<br>"; }}fclose($file);在瀏覽器的輸出如下:ti sm is a oei sad ti sm is a oei sad ti sm is a oei sad ti sm is a oei sad 請(qǐng)問(wèn)這是什么情況?
查看完整描述

1 回答

?
忽然笑

TA貢獻(xiàn)1806條經(jīng)驗(yàn) 獲得超5個(gè)贊

PHP code?

$root = $_SERVER['DOCUMENT_ROOT'];
$file = fopen("$root/php_02/123.txt", "rb");
while(!feof($file)){
$char = fgetc($file);
if(!feof($file)):
echo $char == '\n'?'<br>':$char;
endif;

}
fclose($file);

書(shū)上說(shuō),fgetc函數(shù)會(huì)返回EOF,因此在循環(huán)內(nèi)部用feof函數(shù)判斷是否達(dá)到文件結(jié)束,如果到達(dá)就不回顯在瀏覽器上。
我就有個(gè)疑問(wèn),

PHP code?

$char = fgetc($file);

查看完整回答
反對(duì) 回復(fù) 2023-03-22
  • 1 回答
  • 0 關(guān)注
  • 108 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)