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
How to Use the strncmp Function for Secure String Comparison: A Must-Know PHP Security Coding Technique
3
Tips for using init function in conjunction with set_error_handler()
5
Dedecms PHP Environment Configuration Guide: Perfectly Build an Efficient Website
7
PHP Loader Download and Installation Guide | Boost PHP Performance and Security
2
Similar Functions
htmlspecialchars
htmlspecialchars
Convertspecialcharac
vprintf
vprintf
Outputformattedstrin
strip_tags
strip_tags
RemoveHTMLandPHPtags
localeconv
localeconv
Getdigitalformatinfo
str_ireplace
str_ireplace
Thecase-insensitivev
implode
implode
Convertthevalueofaon
str_starts_with
str_starts_with
Checkswhetherthestri
htmlspecialchars_decode
htmlspecialchars_decode
ConvertspecialHTMLen
Popular Articles