Home > PHP > fclose

fclose

It closes an open file pointer

Example

<?php

$fp = fopen(‘test.txt’, ‘r’);

fclose($fp);

?>

EmailFacebookLinkedInMySpaceDiggTumblrStumbleUponShare
Beginner's Guide....
Categories: PHP Tags: , ,
Comments are closed.

Switch to our mobile site