检测内存泄露

Posted by 夏泽民

1、win下的内存泄露检测方法:_CrtDumpMemoryLeaks



双缓冲(Double Buffer)原理和使用

Posted by 夏泽民

一、双缓冲作用



phpize php-config 作用

Posted by 夏泽民

phpize的作用可以这样理解:侦测环境(phpize工具是在php安装目录下,基于这点phpize对应了当时的php环境,所以是要根据该php的配置情况生成对应的configure文件),建立一个configure文件。必须在一个目录下去运行phpize。那么phpize就知道你的的环境是哪个目录,并且configure文件建立在该目录下。



php

Posted by 夏泽民

合并数组 array_merge和+对数组操作的区别 1.在数组的键值为数字形式时: array_merge不会对数据产生覆盖,重新进行索引; ‘+’在后面的数组中与前面数组的键相同时,舍弃后面的数组。 <?php $arrone = array(‘qwer’, ‘qaz’); $arrtwo = array(‘qwerqwer’, ‘qazqaz’); $arrtwo2 = array(‘qwerqwer’, 5=>’qazqaz’);



php map 实现

Posted by 夏泽民

PHP数组底层数据结构



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