摘要:
Constants differ from normal variables in that you don't use the$symbol to declare or use them.showConstant();echo $class::constant."\n"; // 自 PHP 5.3... 阅读全文
摘要:
Properties : class memberProperties : also referred to "attributes" or "fileds"declare a property: public private protected var(treated as public)acce... 阅读全文
摘要:
http://php.net/manual/zh/language.oop5.basic.php1. class class contain contants(常量) variables(变量or属性) and function(方法)var; }}?> pseudo-variable(伪... 阅读全文
摘要:
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu... 阅读全文
摘要:
1. jquery.com 下载 api.jQuery.com 查看api important!!!2. 绑定事件 http://api.jquery.com/category/events/ bind():attach a handler to an event, As of jQuery ... 阅读全文