首頁  >  文章  >  後端開發  >  一個php資料流應用的小例子

一個php資料流應用的小例子

WBOY
WBOY原創
2016-07-25 09:04:461240瀏覽
  1. /**
  2. php数据流应用
  3. date:2013/2/19
  4. */
  5. $count = 5;
  6. start:
  7. if($count echo "Put Password: ";
  8. $handle = fopen ("php://一個php資料流應用的小例子","r");
  9. $line = fgets($handle);
  10. if(trim($line) != '123456'){
  11. $count--;
  12. if(!$count) goto error;
  13. goto start;
  14. }
  15. goto success;
  16. error:
  17. echo "Please try after 1 hour! http://bbs.it-home.org";
  18. goto out;
  19. success:
  20. echo "Logined!";
  21. out:
  22. ?>
复制代码

效果图如下所示: 一個php資料流應用的小例子



陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn