Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
fscanf
fscanf
Format input from a file
Name:
fscanf
Category:
File system
Programming Language:
php
One-line Description:
Parse the input according to the specified format.
Related
In-Depth Understanding of Object-Oriented Programming in WordPress: Conditional and Loop Statements
10
How does the imagecreatefromxpm function support XPM file format? What limitations should be aware of?
8
How to Check Executability of a Path Specified in Environment Variables Using is_executable and getenv Functions?
9
Common character set issues when using mb_get_info and mb_strtolower
9
Similar Functions
file_get_contents
file_get_contents
Readtheentirefileint
pathinfo
pathinfo
Returnsthefilepathin
chown
chown
Changefileowner
symlink
symlink
Establishsymboliccon
fpassthru
fpassthru
Allremainingdataatth
is_uploaded_file
is_uploaded_file
Determinewhetherthef
lstat
lstat
Giveinformationabout
file
file
Readtheentirefileint
Popular Articles