码迷,mamicode.com
首页 > Web开发 > 详细

PHP 函数总结

时间:2018-04-04 21:17:24      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:log   继承   创建对象   方法   method   span   函数   div   blog   

感觉对函数了解的不够深,从头到尾梳理一遍(更新中。。。。)

1,class_exists(),interface_exists(),method_exists(),get_class(),get_parent_class()

class_exists:类是否存在

在创建对象之前判断类是否存在,如果不存在就应该先加载类,再创建对象,容错。

interface_exists:接口是否存在

method_exists: 方法是否存在

get_class:得到对象类名

get_parent_class:得到父类的类名(不管父类是否继承自其他类)

2.

PHP 函数总结

标签:log   继承   创建对象   方法   method   span   函数   div   blog   

原文地址:https://www.cnblogs.com/zwt0626/p/8718513.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!