PHP有没有is_type()函数?该如何解决

WBOY
Release: 2016-06-13 12:34:14
Original
834 people have browsed it

PHP有没有is_type()函数?
http://docs.php.net/manual/zh/language.types.intro.php

如果只是想得到一个易读懂的类型的表达方式用于调试,用 gettype() 函数。要查看某个类型,不要用 gettype(),而用 is_type 函数。

问题:
1.PHP手册,有is_type( )函数么?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!