Plugin

Posted by 夏泽民

有些场景,如需要以插件形式加载,方便动态更新,热重启等情况。这些场景的需求,就带来了plugin库,动态库加载。



JsonSerializable

Posted by 夏泽民

PHP 中 json_encode() 只将索引数组(indexed array)转为数组格式,而将关联数组(associative array)转为对象格式。



HBase的存储格式

Posted by 夏泽民

HBase中的所有数据文件都存储在Hadoop HDFS文件系统上,主要包括上述提出的两种文件类型:



getParams yaf

Posted by 夏泽民

get(‘name’) //获取参数(不仅仅是get方法,也可以是post方法),没有返回NULL,需要传入一个参数名,字符串形式,也只能获取到单个的参数 getPost() //获取post参数, getQuery() //获取url地址及参数,不需要传入参数 /User/User/index/name/huyouheng/age/23 getParam(‘name’) //得到指定的参数 getParams() //得到传入的所有参数 getRequestUri() //得到请求的url,其实得到的和 getQuery()一致的 getMethod() //得到请求的方法 getFiles() //上传的文件 https://www.jianshu.com/p/3157563e87be http://www.shixinke.com/php/yaf-request-and-response



xdebug_debug_zval

Posted by 夏泽民

众所周知php的变量都是通过zend引擎来处理的 而zval结构体则是管理我们变量的一个容器 而 xdebug_debug_zval 函数则是我们调试 zval结构体的一个好工具



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required