Cara Membuka File pada PHP

Fungsi Open () digunakanuntukmembuka file dalam PHP.
 Contoh :
<html>
<body>

<?php
$file=fopen("dokument.txt","r");
?>

</body>
</html>
pada coding diatas
Parameter pertamafungsiiniberisinama file yang akandibukadan parameter keduamenentukandi mana modus file harusdibuka:
BerikutadalahRumusuntuk Mode File yang akan di buka
Description: https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRP8s2UltK0vu4wyeXUCVtk5D6k9w3AEdlNYm3Eat0AFytQUwSjLRwKeKtEJDWQDZDBSPKhBsEwZCPPTuS1dNGi7ehulSWTwAKaNqoCkpJpyPoSAnK_pTe9ssxaMds5lLmGhrMoh-rZi0/s1600/buka+file+php.jpg 
Contoh 2

<html>
<body>

<?php
$file=fopen("welcome.txt","r") or exit("Unable to open file!");
?>


</body>
</html>

0 Response to "Cara Membuka File pada PHP"

Posting Komentar

powered by Blogger | WordPress by Newwpthemes | Converted by BloggerTheme