Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
sscanf
sscanf
Parses entered characters according to the specified format
Name:
sscanf
Category:
String
Programming Language:
php
One-line Description:
Parses input from the string according to the specified format.
Related
Reasons Why PHP rewinddir() Doesn’t Work and How to Fix It
9
Use sprintf and file_put_contents() to output formatted content to file
6
Practical Methods for Iterating Over Global Variables in PHP
1
How to Use PHP’s is_numeric and intval Functions Together for Number Conversion?
9
Similar Functions
metaphone
metaphone
Calculatethemetaphon
levenshtein
levenshtein
Calculatetheeditdist
ucfirst
ucfirst
Setthefirstcharacter
strcmp
strcmp
Binarysafestringcomp
str_word_count
str_word_count
Returninformationabo
wordwrap
wordwrap
Breakstringtoaspecif
echo
echo
Outputoneormorestrin
fprintf
fprintf
Writetheformattedstr
Popular Articles