【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>
php fscanf()函数使用方法详解
Definition and Usage
定义和用法
The fscanf() function parses the input from an open file according to the specified format.
fscanf()函数的作用是:从文件中按照指定的格式输入。
Syntax
语法
fscanf(file,format,mixed)
Parameter参数Description描述
fileRequired. Specifies the file to check
必要参数。指定文件对象
formatRequired. Specifies the format.
必要参数。指定格式
Possible format values:
可用的格式值:
%% - Returns a percent sign
%% - 返回一个“%”
来源:oschina
链接:https://my.oschina.net/u/62849/blog/5275