php fscanf()函数使用方法详解

寵の児 提交于 2019-12-28 15:36:05

【推荐】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

  %% - 返回一个“%”

  

阅读全文>>

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!