码迷,mamicode.com
首页 > 其他好文 > 详细

常量相关函数学习笔记

时间:2015-08-14 22:40:07      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:

/* 常量相关函数 */
defined
get_defined_constants


/* 预定义常量 */
__FILE__            所在文件的绝对路径
__LINE__            文件中的当前行号
__DIR__            文件所在目录
__FUNCTION__        函数名称
__CLASS__            类的名称
__METHOD__        类的方法名
__NAMESPACE__        当前命名空间的名称


/* 整型 */
整型占用4字节,共4*8=32位,最大值为2147483647,最小值为-2147483648,最小值的绝对值比最大值的大1
最高为表示正负,1表示负,0表示正

 

http://www.swmsm.com/a/sitemap-1_zh.html
http://www.swmsm.com/a/sitemap-2_zh.html
http://www.swmsm.com/a/sitemap-3_zh.html
http://www.swmsm.com/a/sitemap-4_zh.html
http://www.swmsm.com/a/sitemap-5_zh.html
http://www.swmsm.com/a/sitemap-6_zh.html
http://www.swmsm.com/a/sitemap-7_zh.html
http://www.swmsm.com/a/sitemap-8_zh.html
http://www.swmsm.com/a/sitemap-9_zh.html
http://www.swmsm.com/a/sitemap-10_zh.html
http://www.swmsm.com/a/sitemap-11_zh.html
http://www.swmsm.com/a/sitemap-12_zh.html
http://anan2015001.chinawutong.com/
http://anan2015002.chinawutong.com/
http://www.chinawutong.com/co/cowldevice/index.aspx?id=1633083
http://www.chinawutong.com/co/huoyuan_01/index.asp?id=1633086
http://www.chinawutong.com/co/banjia_01/index.asp?id=1633087
http://k.pcauto.com.cn/question/3876376.html

 

常量相关函数学习笔记

标签:

原文地址:http://www.cnblogs.com/anan881213/p/4731367.html

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