↑ Set Page | Embed Code:

Scatter: php file functions

fread($fh, filesize($file))
read file contents
file_get_contents($file)
read a file into a string
fclose($fh)
close $fh filehandler
fopen($file, 'r') r(read) w (write) a(append)
open the file for read
require()
like include, but results in fatal error
is_link()
check if symbolic link
nl2br($line)
new line (\n) into <br/>
fileatime()
last access time of file

This Time
Your Record
Try Again Show Term List

Terms you just did

fclose($fh)close $fh filehandler
file_get_contents($file)read a file into a string
fileatime()last access time of file
fopen($file, 'r') r(read) w (write) a(append)open the file for read
fread($fh, filesize($file))read file contents
is_link()check if symbolic link
nl2br($line)new line (\n) into <br/>
require()like include, but results in fatal error
Try Again Back to Statistics

Make everything disappear!

Drag corresponding items onto each other to make them disappear.

Start Game