Home >> PHP >> fscanf() function in PHP

fscanf() function in PHP

The fscanf() function parses input from a file according to a format.

Syntax

fscanf(file,format,mixed)

Post Your Comment

Next Questions
fstat() function
ftell() function
ftruncate() function
is_executable() function
is_file() function
is_link() function
is_readable() function
is_writable() function
link() function
linkinfo() function
pathinfo() function
readfile() function
readlink() function
realpath() function
rename() function
tmpfile() function
umask() function
How to swap two numbers without using a temprory variable
How to swap two numbers
How can find factorial using for loop
How can find reverse number of a number
How can find number is palindrome or not
How can check number prime number or not
Fibonacci series
Fibonacci series using recursive

Copyright ©2022 coderraj.com. All Rights Reserved.