Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
is_resource
is_resource
Detect whether the variable is a resource type
Name:
is_resource
Category:
Variable processing
Programming Language:
php
One-line Description:
Check whether the variable is a resource type.
Related
How to handle associative array fields in PDOStatement::fetchObject
7
JsonSerializable with PHP Anonymous Classes: How to Elegantly Simplify Data Output?
8
How to use get_include_path() to dynamically load files with spl_autoload()
6
How to ensure the correct cache order when using ob_list_handlers
1
Similar Functions
serialize
serialize
Generatearepresentat
is_real
is_real
is_floatalias
is_countable
is_countable
Verifythatthecontent
is_iterable
is_iterable
Verifythatthecontent
is_long
is_long
is_intalias
strval
strval
Getthestringvalueoft
is_integer
is_integer
is_intalias
is_int
is_int
Detectwhetheravariab
Popular Articles