Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_scalar
is_scalar
Detect whether a variable is a scalar
Name:
is_scalar
Category:
Variable processing
Programming Language:
php
One-line Description:
Check whether the variable is a scalar.
Related
Three Methods to Remove the First Few Characters from a PHP String
9
PHP File Reading and Writing Tutorial: Basic Methods and Techniques
5
Explore jcat PHP: The Best Tool for Improving PHP Code Parsing and Processing Efficiency
3
4 Practical Methods to Check the ThinkPHP Version
4
Similar Functions
gettype
gettype
Getthetypeofvariable
is_null
is_null
Detectwhetherthevari
var_export
var_export
Outputorreturnastrin
is_real
is_real
is_floatalias
var_dump
var_dump
Printvariablerelated
is_resource
is_resource
Detectwhetherthevari
isset
isset
Detectwhetherthevari
debug_zval_dump
debug_zval_dump
Dumpthestringreprese
Popular Articles